Html Css Color HEX #76734F Kokoda

📋 copy color: '#76734F'

red 118 ◦ green 115 ◦ blue 79

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

Shades of Kokoda #76734F

Tints of Kokoda #76734F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 25.32%

R = 37.82%
G = 36.86%
B = 25.32%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.33

 K value IS 0.54

RGB Variations

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

Color information

#76734F (or 0x76734F) is known color: Kokoda. HEX triplet: 76, 73 and 4F. RGB value is (118,115,79). Sum of RGB (Red+Green+Blue) = 118+115+79=312 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.82% from 312); Green value is 115 (45.31% from 255 or 36.86% from 312); Blue value is 79 (31.25% from 255 or 25.32% from 312); Max value from RGB is 118 - color contains mainly: red. Hex color #76734F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76734F is #898CB0. Grayscale: #6F6F6F. Windows color (decimal): -9014449 or 5206902. OLE color: 5206902.

HSL color Cylindrical-coordinate representation of color #76734F: hue angle of 55.38º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #76734F is Cyan = 0, Magento = 0.03, Yellow = 0.33 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 115 79 -
CMYK 0 0.03 0.33 0.54
HSL 55.38º 0.2% 0.39% -
HSV(B) 55.38º 0.33% 0.46% -
XYZ 15.01 16.68 9.82 -
YUV 111.79 109.49 132.43 -
System Red Green Blue C M Y K H S L
Decimal 118 115 79 0 0.03 0.33 0.54 55.38 0.2 0.39
Hex 76 73 4F 0 3 21 36 37 14 27
Octal 166 163 117 0 3 41 66 67 24 47
Binary 1110110 1110011 1001111 0 11 100001 110110 110111 10100 100111

Color Harmonies of #76734F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76734F

Black with #76734F

Text Example


Text Example

White with #76734F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76734F; }

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

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

background-color css

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

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

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

border-color css

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

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

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