Html Css Color HEX #126772 Allports

📋 copy color: '#126772'

red 18 ◦ green 103 ◦ blue 114

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

Shades of Allports #126772

Tints of Allports #126772

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 48.51%

R = 7.66%
G = 43.83%
B = 48.51%

CMYK

 C value IS 0.84

 M value IS 0.10

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#126772 (or 0x126772) is known color: Allports. HEX triplet: 12, 67 and 72. RGB value is (18,103,114). Sum of RGB (Red+Green+Blue) = 18+103+114=235 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.66% from 235); Green value is 103 (40.62% from 255 or 43.83% from 235); Blue value is 114 (44.92% from 255 or 48.51% from 235); Max value from RGB is 114 - color contains mainly: blue. Hex color #126772 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126772 is #ED988D. Grayscale: #4E4E4E. Windows color (decimal): -15571086 or 7497490. OLE color: 7497490.

HSL color Cylindrical-coordinate representation of color #126772: hue angle of 186.88º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #126772 is Cyan = 0.84, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 18 103 114 -
CMYK 0.84 0.10 0 0.55
HSL 186.88º 0.73% 0.26% -
HSV(B) 186.88º 0.84% 0.45% -
XYZ 8.14 11.04 17.62 -
YUV 78.84 147.84 84.61 -
System Red Green Blue C M Y K H S L
Decimal 18 103 114 0.84 0.10 0 0.55 186.88 0.73 0.26
Hex 12 67 72 54 A 0 37 BB 49 1A
Octal 22 147 162 124 12 0 67 273 111 32
Binary 10010 1100111 1110010 1010100 1010 0 110111 10111011 1001001 11010

Color Harmonies of #126772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126772

Black with #126772

Text Example


Text Example

White with #126772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126772; }

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

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

background-color css

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

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

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

border-color css

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

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

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