Html Css Color HEX #717055 Kokoda

📋 copy color: '#717055'

red 113 ◦ green 112 ◦ blue 85

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

Shades of Kokoda #717055

Tints of Kokoda #717055

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 27.42%

R = 36.45%
G = 36.13%
B = 27.42%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.25

 K value IS 0.56

RGB Variations

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

Color information

#717055 (or 0x717055) is known color: Kokoda. HEX triplet: 71, 70 and 55. RGB value is (113,112,85). Sum of RGB (Red+Green+Blue) = 113+112+85=310 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.45% from 310); Green value is 112 (44.14% from 255 or 36.13% from 310); Blue value is 85 (33.59% from 255 or 27.42% from 310); Max value from RGB is 113 - color contains mainly: red. Hex color #717055 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717055 is #8E8FAA. Grayscale: #6D6D6D. Windows color (decimal): -9342891 or 5599345. OLE color: 5599345.

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

Color convert

RGB 113 112 85 -
CMYK 0 0.01 0.25 0.56
HSL 57.86º 0.14% 0.39% -
HSV(B) 57.86º 0.25% 0.44% -
XYZ 14.24 15.75 10.88 -
YUV 109.22 114.33 130.7 -
System Red Green Blue C M Y K H S L
Decimal 113 112 85 0 0.01 0.25 0.56 57.86 0.14 0.39
Hex 71 70 55 0 1 19 38 3A E 27
Octal 161 160 125 0 1 31 70 72 16 47
Binary 1110001 1110000 1010101 0 1 11001 111000 111010 1110 100111

Color Harmonies of #717055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717055

Black with #717055

Text Example


Text Example

White with #717055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717055; }

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

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

background-color css

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

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

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

border-color css

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

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

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