Html Css Color HEX #117077 Allports

📋 copy color: '#117077'

red 17 ◦ green 112 ◦ blue 119

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

Shades of Allports #117077

Tints of Allports #117077

RGB

 RED value IS 17 (7.03% from 255) = 6.85%

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

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

R = 6.85%
G = 45.16%
B = 47.98%

CMYK

 C value IS 0.86

 M value IS 0.06

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#117077 (or 0x117077) is known color: Allports. HEX triplet: 11, 70 and 77. RGB value is (17,112,119). Sum of RGB (Red+Green+Blue) = 17+112+119=248 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.85% from 248); Green value is 112 (44.14% from 255 or 45.16% from 248); Blue value is 119 (46.88% from 255 or 47.98% from 248); Max value from RGB is 119 - color contains mainly: blue. Hex color #117077 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117077 is #EE8F88. Grayscale: #545454. Windows color (decimal): -15634313 or 7827473. OLE color: 7827473.

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

Color convert

RGB 17 112 119 -
CMYK 0.86 0.06 0 0.53
HSL 184.12º 0.75% 0.27% -
HSV(B) 184.12º 0.86% 0.47% -
XYZ 9.36 13.04 19.48 -
YUV 84.39 147.53 79.93 -
System Red Green Blue C M Y K H S L
Decimal 17 112 119 0.86 0.06 0 0.53 184.12 0.75 0.27
Hex 11 70 77 56 6 0 35 B8 4B 1B
Octal 21 160 167 126 6 0 65 270 113 33
Binary 10001 1110000 1110111 1010110 110 0 110101 10111000 1001011 11011

Color Harmonies of #117077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117077

Black with #117077

Text Example


Text Example

White with #117077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #117077; }

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

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

background-color css

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

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

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

border-color css

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

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

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