Html Css Color HEX #717059 Kokoda

📋 copy color: '#717059'

red 113 ◦ green 112 ◦ blue 89

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

Shades of Kokoda #717059

Tints of Kokoda #717059

RGB

 RED value IS 113 (44.53% from 255) = 35.99%

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

 BLUE value IS 89 (35.16% from 255) = 28.34%

R = 35.99%
G = 35.67%
B = 28.34%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.21

 K value IS 0.56

RGB Variations

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

Color information

#717059 (or 0x717059) is known color: Kokoda. HEX triplet: 71, 70 and 59. RGB value is (113,112,89). Sum of RGB (Red+Green+Blue) = 113+112+89=314 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.99% from 314); Green value is 112 (44.14% from 255 or 35.67% from 314); Blue value is 89 (35.16% from 255 or 28.34% from 314); Max value from RGB is 113 - color contains mainly: red. Hex color #717059 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717059 is #8E8FA6. Grayscale: #6D6D6D. Windows color (decimal): -9342887 or 5861489. OLE color: 5861489.

HSL color Cylindrical-coordinate representation of color #717059: hue angle of 57.5º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #717059 is Cyan = 0, Magento = 0.01, Yellow = 0.21 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 112 89 -
CMYK 0 0.01 0.21 0.56
HSL 57.5º 0.12% 0.4% -
HSV(B) 57.5º 0.21% 0.44% -
XYZ 14.41 15.82 11.75 -
YUV 109.68 116.33 130.37 -
System Red Green Blue C M Y K H S L
Decimal 113 112 89 0 0.01 0.21 0.56 57.5 0.12 0.4
Hex 71 70 59 0 1 15 38 3A C 28
Octal 161 160 131 0 1 25 70 72 14 50
Binary 1110001 1110000 1011001 0 1 10101 111000 111010 1100 101000

Color Harmonies of #717059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717059

Black with #717059

Text Example


Text Example

White with #717059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717059; }

 p { color: rgb(113,112,89); }

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

background-color css

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

 a { background-color: rgb(113,112,89); }

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

border-color css

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

 span { border-color: rgb(113,112,89); }

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