Html Css Color HEX #767256 Kokoda

📋 copy color: '#767256'

red 118 ◦ green 114 ◦ blue 86

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

Shades of Kokoda #767256

Tints of Kokoda #767256

RGB

 RED value IS 118 (46.48% from 255) = 37.11%

 GREEN value IS 114 (44.92% from 255) = 35.85%

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

R = 37.11%
G = 35.85%
B = 27.04%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.27

 K value IS 0.54

RGB Variations

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

Color information

#767256 (or 0x767256) is known color: Kokoda. HEX triplet: 76, 72 and 56. RGB value is (118,114,86). Sum of RGB (Red+Green+Blue) = 118+114+86=318 (42% of max value = 765). Red value is 118 (46.48% from 255 or 37.11% from 318); Green value is 114 (44.92% from 255 or 35.85% from 318); Blue value is 86 (33.98% from 255 or 27.04% from 318); Max value from RGB is 118 - color contains mainly: red. Hex color #767256 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767256 is #898DA9. Grayscale: #707070. Windows color (decimal): -9014698 or 5665398. OLE color: 5665398.

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

Color convert

RGB 118 114 86 -
CMYK 0 0.03 0.27 0.54
HSL 52.5º 0.16% 0.4% -
HSV(B) 52.5º 0.27% 0.46% -
XYZ 15.17 16.56 11.2 -
YUV 112 113.33 132.28 -
System Red Green Blue C M Y K H S L
Decimal 118 114 86 0 0.03 0.27 0.54 52.5 0.16 0.4
Hex 76 72 56 0 3 1B 36 34 10 28
Octal 166 162 126 0 3 33 66 64 20 50
Binary 1110110 1110010 1010110 0 11 11011 110110 110100 10000 101000

Color Harmonies of #767256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767256

Black with #767256

Text Example


Text Example

White with #767256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767256; }

 p { color: rgb(118,114,86); }

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

background-color css

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

 a { background-color: rgb(118,114,86); }

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

border-color css

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

 span { border-color: rgb(118,114,86); }

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