Html Css Color HEX #76744E Kokoda

📋 copy color: '#76744E'

red 118 ◦ green 116 ◦ blue 78

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

Shades of Kokoda #76744E

Tints of Kokoda #76744E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 25%

R = 37.82%
G = 37.18%
B = 25%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.34

 K value IS 0.54

RGB Variations

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

Color information

#76744E (or 0x76744E) is known color: Kokoda. HEX triplet: 76, 74 and 4E. RGB value is (118,116,78). Sum of RGB (Red+Green+Blue) = 118+116+78=312 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.82% from 312); Green value is 116 (45.70% from 255 or 37.18% from 312); Blue value is 78 (30.86% from 255 or 25% from 312); Max value from RGB is 118 - color contains mainly: red. Hex color #76744E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76744E is #898BB1. Grayscale: #707070. Windows color (decimal): -9014194 or 5141622. OLE color: 5141622.

HSL color Cylindrical-coordinate representation of color #76744E: hue angle of 57º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #76744E is Cyan = 0, Magento = 0.02, Yellow = 0.34 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 116 78 -
CMYK 0 0.02 0.34 0.54
HSL 57º 0.2% 0.38% -
HSV(B) 57º 0.34% 0.46% -
XYZ 15.09 16.89 9.67 -
YUV 112.27 108.66 132.09 -
System Red Green Blue C M Y K H S L
Decimal 118 116 78 0 0.02 0.34 0.54 57 0.2 0.38
Hex 76 74 4E 0 2 22 36 39 14 26
Octal 166 164 116 0 2 42 66 71 24 46
Binary 1110110 1110100 1001110 0 10 100010 110110 111001 10100 100110

Color Harmonies of #76744E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76744E

Black with #76744E

Text Example


Text Example

White with #76744E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76744E; }

 p { color: rgb(118,116,78); }

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

background-color css

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

 a { background-color: rgb(118,116,78); }

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

border-color css

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

 span { border-color: rgb(118,116,78); }

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