Html Css Color HEX #127077 Allports

📋 copy color: '#127077'

red 18 ◦ green 112 ◦ blue 119

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

Shades of Allports #127077

Tints of Allports #127077

RGB

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

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

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

R = 7.23%
G = 44.98%
B = 47.79%

CMYK

 C value IS 0.85

 M value IS 0.06

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#127077 (or 0x127077) is known color: Allports. HEX triplet: 12, 70 and 77. RGB value is (18,112,119). Sum of RGB (Red+Green+Blue) = 18+112+119=249 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.23% from 249); Green value is 112 (44.14% from 255 or 44.98% from 249); Blue value is 119 (46.88% from 255 or 47.79% from 249); Max value from RGB is 119 - color contains mainly: blue. Hex color #127077 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127077 is #ED8F88. Grayscale: #545454. Windows color (decimal): -15568777 or 7827474. OLE color: 7827474.

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

Color convert

RGB 18 112 119 -
CMYK 0.85 0.06 0 0.53
HSL 184.16º 0.74% 0.27% -
HSV(B) 184.16º 0.85% 0.47% -
XYZ 9.37 13.05 19.48 -
YUV 84.69 147.36 80.43 -
System Red Green Blue C M Y K H S L
Decimal 18 112 119 0.85 0.06 0 0.53 184.16 0.74 0.27
Hex 12 70 77 55 6 0 35 B8 4A 1B
Octal 22 160 167 125 6 0 65 270 112 33
Binary 10010 1110000 1110111 1010101 110 0 110101 10111000 1001010 11011

Color Harmonies of #127077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127077

Black with #127077

Text Example


Text Example

White with #127077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127077; }

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

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

background-color css

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

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

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

border-color css

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

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

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