Html Css Color HEX #767356 Kokoda

📋 copy color: '#767356'

red 118 ◦ green 115 ◦ blue 86

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

Shades of Kokoda #767356

Tints of Kokoda #767356

RGB

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

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

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

R = 36.99%
G = 36.05%
B = 26.96%

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

#767356 (or 0x767356) is known color: Kokoda. HEX triplet: 76, 73 and 56. RGB value is (118,115,86). Sum of RGB (Red+Green+Blue) = 118+115+86=319 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.99% from 319); Green value is 115 (45.31% from 255 or 36.05% from 319); Blue value is 86 (33.98% from 255 or 26.96% from 319); Max value from RGB is 118 - color contains mainly: red. Hex color #767356 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767356 is #898CA9. Grayscale: #707070. Windows color (decimal): -9014442 or 5665654. OLE color: 5665654.

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

Color convert

RGB 118 115 86 -
CMYK 0 0.03 0.27 0.54
HSL 54.38º 0.16% 0.4% -
HSV(B) 54.38º 0.27% 0.46% -
XYZ 15.28 16.78 11.24 -
YUV 112.59 112.99 131.86 -
System Red Green Blue C M Y K H S L
Decimal 118 115 86 0 0.03 0.27 0.54 54.38 0.16 0.4
Hex 76 73 56 0 3 1B 36 36 10 28
Octal 166 163 126 0 3 33 66 66 20 50
Binary 1110110 1110011 1010110 0 11 11011 110110 110110 10000 101000

Color Harmonies of #767356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767356

Black with #767356

Text Example


Text Example

White with #767356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767356; }

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

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

background-color css

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

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

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

border-color css

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

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

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