Html Css Color HEX #757456 Kokoda

📋 copy color: '#757456'

red 117 ◦ green 116 ◦ blue 86

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

Shades of Kokoda #757456

Tints of Kokoda #757456

RGB

 RED value IS 117 (46.09% from 255) = 36.68%

 GREEN value IS 116 (45.7% from 255) = 36.36%

 BLUE value IS 86 (33.98% from 255) = 26.96%

R = 36.68%
G = 36.36%
B = 26.96%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.26

 K value IS 0.54

RGB Variations

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

Color information

#757456 (or 0x757456) is known color: Kokoda. HEX triplet: 75, 74 and 56. RGB value is (117,116,86). Sum of RGB (Red+Green+Blue) = 117+116+86=319 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.68% from 319); Green value is 116 (45.70% from 255 or 36.36% from 319); Blue value is 86 (33.98% from 255 or 26.96% from 319); Max value from RGB is 117 - color contains mainly: red. Hex color #757456 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757456 is #8A8BA9. Grayscale: #717171. Windows color (decimal): -9079722 or 5665909. OLE color: 5665909.

HSL color Cylindrical-coordinate representation of color #757456: hue angle of 58.06º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #757456 is Cyan = 0, Magento = 0.01, Yellow = 0.26 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 116 86 -
CMYK 0 0.01 0.26 0.54
HSL 58.06º 0.15% 0.4% -
HSV(B) 58.06º 0.26% 0.46% -
XYZ 15.26 16.94 11.27 -
YUV 112.88 112.83 130.94 -
System Red Green Blue C M Y K H S L
Decimal 117 116 86 0 0.01 0.26 0.54 58.06 0.15 0.4
Hex 75 74 56 0 1 1A 36 3A F 28
Octal 165 164 126 0 1 32 66 72 17 50
Binary 1110101 1110100 1010110 0 1 11010 110110 111010 1111 101000

Color Harmonies of #757456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757456

Black with #757456

Text Example


Text Example

White with #757456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757456; }

 p { color: rgb(117,116,86); }

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

background-color css

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

 a { background-color: rgb(117,116,86); }

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

border-color css

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

 span { border-color: rgb(117,116,86); }

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