#7C765B

Color #7C765B Kokoda (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kokoda #7C765B

Tints of Kokoda #7C765B

Color information

#7C765B (or 0x7C765B) is unknown color: approx Kokoda. HEX triplet: 7C, 76 and 5B. RGB value is (124,118,91). Sum of RGB (Red+Green+Blue) = 124+118+91=333 (44% of max value = 765). Red value is 124 (48.83% from 255 or 37.24% from 333); Green value is 118 (46.48% from 255 or 35.44% from 333); Blue value is 91 (35.94% from 255 or 27.33% from 333); Max value from RGB is 124 - color contains mainly: red. Hex color #7C765B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C765B is #8389A4. Grayscale: #747474. Windows color (decimal): -8620453 or 5994108. OLE color: 5994108.

HSL color Cylindrical-coordinate representation of color #7C765B: hue angle of 49.09º degrees, saturation: 0.15, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7C765B is Cyan = 0, Magento = 0.05, Yellow = 0.27 and Black (K on CMYK) = 0.51.

Color convert

RGB12411891-
CMYK00.050.270.51
HSL49.09º15.35%42.16%-
HSV(B)49.09º26.61%48.63%-
XYZ16.681812.49-
YUV116.72113.49133.2-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 37.24%
GREEN value IS 118 (46.48% from 255) = 35.44%
BLUE value IS 91 (35.94% from 255) = 27.33%
R=37.24%
G=35.44%
B=27.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.27
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1241189100.050.270.5149.0915.3542.16
Hex7C765B051B3331f2a
Octal174166133053363611752
Binary1111100111011010110110101110111100111100011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C765B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7C765B; }

 p { color: rgb(124,118,91); }

 H1.HeaderClassName
 {
   color: #7C765B;
 }
 .AnyTagClassName
 {
   color: #7C765B;
 }
</style>
background-color css

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

 a { background-color: rgb(124,118,91); }

 div.DivClassName
 {
   background-color: #7C765B;
 }
 .BgClassName
 {
   background-color: #7C765B;
 }
</style>
border-color css

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

 span { border-color: rgb(124,118,91); }

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