Html Css Color HEX #126777 Allports

📋 copy color: '#126777'

red 18 ◦ green 103 ◦ blue 119

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

Shades of Allports #126777

Tints of Allports #126777

RGB

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

 GREEN value IS 103 (40.63% from 255) = 42.92%

 BLUE value IS 119 (46.88% from 255) = 49.58%

R = 7.5%
G = 42.92%
B = 49.58%

CMYK

 C value IS 0.85

 M value IS 0.13

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#126777 (or 0x126777) is known color: Allports. HEX triplet: 12, 67 and 77. RGB value is (18,103,119). Sum of RGB (Red+Green+Blue) = 18+103+119=240 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.5% from 240); Green value is 103 (40.62% from 255 or 42.92% from 240); Blue value is 119 (46.88% from 255 or 49.58% from 240); Max value from RGB is 119 - color contains mainly: blue. Hex color #126777 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126777 is #ED9888. Grayscale: #4F4F4F. Windows color (decimal): -15571081 or 7825170. OLE color: 7825170.

HSL color Cylindrical-coordinate representation of color #126777: hue angle of 189.5º 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 #126777 is Cyan = 0.85, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 18 103 119 -
CMYK 0.85 0.13 0 0.53
HSL 189.5º 0.74% 0.27% -
HSV(B) 189.5º 0.85% 0.47% -
XYZ 8.43 11.16 19.16 -
YUV 79.41 150.34 84.2 -
System Red Green Blue C M Y K H S L
Decimal 18 103 119 0.85 0.13 0 0.53 189.5 0.74 0.27
Hex 12 67 77 55 D 0 35 BE 4A 1B
Octal 22 147 167 125 15 0 65 276 112 33
Binary 10010 1100111 1110111 1010101 1101 0 110101 10111110 1001010 11011

Color Harmonies of #126777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126777

Black with #126777

Text Example


Text Example

White with #126777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126777; }

 p { color: rgb(18,103,119); }

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

background-color css

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

 a { background-color: rgb(18,103,119); }

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

border-color css

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

 span { border-color: rgb(18,103,119); }

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