Html Css Color HEX #127079 Allports

📋 copy color: '#127079'

red 18 ◦ green 112 ◦ blue 121

#127079
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Allports #127079

Tints of Allports #127079

RGB

 RED value IS 18 (7.42% from 255) = 7.17%

 GREEN value IS 112 (44.14% from 255) = 44.62%

 BLUE value IS 121 (47.66% from 255) = 48.21%

R = 7.17%
G = 44.62%
B = 48.21%

CMYK

 C value IS 0.85

 M value IS 0.07

 Y value IS 0

 K value IS 0.53

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#127079 (or 0x127079) is known color: Allports. HEX triplet: 12, 70 and 79. RGB value is (18,112,121). Sum of RGB (Red+Green+Blue) = 18+112+121=251 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.17% from 251); Green value is 112 (44.14% from 255 or 44.62% from 251); Blue value is 121 (47.66% from 255 or 48.21% from 251); Max value from RGB is 121 - color contains mainly: blue. Hex color #127079 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127079 is #ED8F86. Grayscale: #545454. Windows color (decimal): -15568775 or 7958546. OLE color: 7958546.

HSL color Cylindrical-coordinate representation of color #127079: hue angle of 185.24º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #127079 is Cyan = 0.85, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 18 112 121 -
CMYK 0.85 0.07 0 0.53
HSL 185.24º 0.74% 0.27% -
HSV(B) 185.24º 0.85% 0.47% -
XYZ 9.49 13.1 20.12 -
YUV 84.92 148.36 80.27 -
System Red Green Blue C M Y K H S L
Decimal 18 112 121 0.85 0.07 0 0.53 185.24 0.74 0.27
Hex 12 70 79 55 7 0 35 B9 4A 1B
Octal 22 160 171 125 7 0 65 271 112 33
Binary 10010 1110000 1111001 1010101 111 0 110101 10111001 1001010 11011

Color Harmonies of #127079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127079

Black with #127079

Text Example


Text Example

White with #127079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127079; }

 p { color: rgb(18,112,121); }

 H1.HeaderClassName
 {
   color: #127079;
 }
 .AnyTagClassName
 {
   color: #127079;
 }
</style>

background-color css

<style>
 a { background-color: #127079; }

 a { background-color: rgb(18,112,121); }

 div.DivClassName
 {
   background-color: #127079;
 }
 .BgClassName
 {
   background-color: #127079;
 }
</style>

border-color css

<style>
 span { border-color: #127079; }

 span { border-color: rgb(18,112,121); }

 td.TdClassName
 {
   border-color: #127079;
 }
 .TagClassName
 {
   border-color: #127079;
 }
</style>