Html Css Color HEX #76754A Kokoda

📋 copy color: '#76754A'

red 118 ◦ green 117 ◦ blue 74

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

Shades of Kokoda #76754A

Tints of Kokoda #76754A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 37.86%

 BLUE value IS 74 (29.3% from 255) = 23.95%

R = 38.19%
G = 37.86%
B = 23.95%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.37

 K value IS 0.54

RGB Variations

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

Color information

#76754A (or 0x76754A) is known color: Kokoda. HEX triplet: 76, 75 and 4A. RGB value is (118,117,74). Sum of RGB (Red+Green+Blue) = 118+117+74=309 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.19% from 309); Green value is 117 (46.09% from 255 or 37.86% from 309); Blue value is 74 (29.30% from 255 or 23.95% from 309); Max value from RGB is 118 - color contains mainly: red. Hex color #76754A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76754A is #898AB5. Grayscale: #707070. Windows color (decimal): -9013942 or 4879734. OLE color: 4879734.

HSL color Cylindrical-coordinate representation of color #76754A: hue angle of 58.64º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #76754A is Cyan = 0, Magento = 0.01, Yellow = 0.37 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 117 74 -
CMYK 0 0.01 0.37 0.54
HSL 58.64º 0.23% 0.38% -
HSV(B) 58.64º 0.37% 0.46% -
XYZ 15.07 17.07 8.98 -
YUV 112.4 106.33 132 -
System Red Green Blue C M Y K H S L
Decimal 118 117 74 0 0.01 0.37 0.54 58.64 0.23 0.38
Hex 76 75 4A 0 1 25 36 3B 17 26
Octal 166 165 112 0 1 45 66 73 27 46
Binary 1110110 1110101 1001010 0 1 100101 110110 111011 10111 100110

Color Harmonies of #76754A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76754A

Black with #76754A

Text Example


Text Example

White with #76754A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76754A; }

 p { color: rgb(118,117,74); }

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

background-color css

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

 a { background-color: rgb(118,117,74); }

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

border-color css

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

 span { border-color: rgb(118,117,74); }

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