Html Css Color HEX #717058 Kokoda

📋 copy color: '#717058'

red 113 ◦ green 112 ◦ blue 88

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

Shades of Kokoda #717058

Tints of Kokoda #717058

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 28.12%

R = 36.1%
G = 35.78%
B = 28.12%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.22

 K value IS 0.56

RGB Variations

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

Color information

#717058 (or 0x717058) is known color: Kokoda. HEX triplet: 71, 70 and 58. RGB value is (113,112,88). Sum of RGB (Red+Green+Blue) = 113+112+88=313 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.10% from 313); Green value is 112 (44.14% from 255 or 35.78% from 313); Blue value is 88 (34.77% from 255 or 28.12% from 313); Max value from RGB is 113 - color contains mainly: red. Hex color #717058 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717058 is #8E8FA7. Grayscale: #6D6D6D. Windows color (decimal): -9342888 or 5795953. OLE color: 5795953.

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

Color convert

RGB 113 112 88 -
CMYK 0 0.01 0.22 0.56
HSL 57.6º 0.12% 0.39% -
HSV(B) 57.6º 0.22% 0.44% -
XYZ 14.37 15.8 11.53 -
YUV 109.56 115.83 130.45 -
System Red Green Blue C M Y K H S L
Decimal 113 112 88 0 0.01 0.22 0.56 57.6 0.12 0.39
Hex 71 70 58 0 1 16 38 3A C 27
Octal 161 160 130 0 1 26 70 72 14 47
Binary 1110001 1110000 1011000 0 1 10110 111000 111010 1100 100111

Color Harmonies of #717058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717058

Black with #717058

Text Example


Text Example

White with #717058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717058; }

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

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

background-color css

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

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

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

border-color css

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

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

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