Html Css Color HEX #757356 Kokoda

📋 copy color: '#757356'

red 117 ◦ green 115 ◦ blue 86

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

Shades of Kokoda #757356

Tints of Kokoda #757356

RGB

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

 GREEN value IS 115 (45.31% from 255) = 36.16%

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

R = 36.79%
G = 36.16%
B = 27.04%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.26

 K value IS 0.54

RGB Variations

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

Color information

#757356 (or 0x757356) is known color: Kokoda. HEX triplet: 75, 73 and 56. RGB value is (117,115,86). Sum of RGB (Red+Green+Blue) = 117+115+86=318 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.79% from 318); Green value is 115 (45.31% from 255 or 36.16% from 318); Blue value is 86 (33.98% from 255 or 27.04% from 318); Max value from RGB is 117 - color contains mainly: red. Hex color #757356 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757356 is #8A8CA9. Grayscale: #707070. Windows color (decimal): -9079978 or 5665653. OLE color: 5665653.

HSL color Cylindrical-coordinate representation of color #757356: hue angle of 56.13º 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 #757356 is Cyan = 0, Magento = 0.02, Yellow = 0.26 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 115 86 -
CMYK 0 0.02 0.26 0.54
HSL 56.13º 0.15% 0.4% -
HSV(B) 56.13º 0.26% 0.46% -
XYZ 15.15 16.72 11.23 -
YUV 112.29 113.16 131.36 -
System Red Green Blue C M Y K H S L
Decimal 117 115 86 0 0.02 0.26 0.54 56.13 0.15 0.4
Hex 75 73 56 0 2 1A 36 38 F 28
Octal 165 163 126 0 2 32 66 70 17 50
Binary 1110101 1110011 1010110 0 10 11010 110110 111000 1111 101000

Color Harmonies of #757356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757356

Black with #757356

Text Example


Text Example

White with #757356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757356; }

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

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

background-color css

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

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

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

border-color css

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

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

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