Html Css Color HEX #76754C Kokoda

📋 copy color: '#76754C'

red 118 ◦ green 117 ◦ blue 76

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

Shades of Kokoda #76754C

Tints of Kokoda #76754C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 24.44%

R = 37.94%
G = 37.62%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.36

 K value IS 0.54

RGB Variations

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

Color information

#76754C (or 0x76754C) is known color: Kokoda. HEX triplet: 76, 75 and 4C. RGB value is (118,117,76). Sum of RGB (Red+Green+Blue) = 118+117+76=311 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.94% from 311); Green value is 117 (46.09% from 255 or 37.62% from 311); Blue value is 76 (30.08% from 255 or 24.44% from 311); Max value from RGB is 118 - color contains mainly: red. Hex color #76754C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76754C is #898AB3. Grayscale: #707070. Windows color (decimal): -9013940 or 5010806. OLE color: 5010806.

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

Color convert

RGB 118 117 76 -
CMYK 0 0.01 0.36 0.54
HSL 58.57º 0.22% 0.38% -
HSV(B) 58.57º 0.36% 0.46% -
XYZ 15.14 17.1 9.34 -
YUV 112.63 107.33 131.83 -
System Red Green Blue C M Y K H S L
Decimal 118 117 76 0 0.01 0.36 0.54 58.57 0.22 0.38
Hex 76 75 4C 0 1 24 36 3B 16 26
Octal 166 165 114 0 1 44 66 73 26 46
Binary 1110110 1110101 1001100 0 1 100100 110110 111011 10110 100110

Color Harmonies of #76754C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76754C

Black with #76754C

Text Example


Text Example

White with #76754C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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