#7B765F

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

Shades of Kokoda #7B765F

Tints of Kokoda #7B765F

Color information

#7B765F (or 0x7B765F) is unknown color: approx Kokoda. HEX triplet: 7B, 76 and 5F. RGB value is (123,118,95). Sum of RGB (Red+Green+Blue) = 123+118+95=336 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.61% from 336); Green value is 118 (46.48% from 255 or 35.12% from 336); Blue value is 95 (37.5% from 255 or 28.27% from 336); Max value from RGB is 123 - color contains mainly: red. Hex color #7B765F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B765F is #8489A0. Grayscale: #747474. Windows color (decimal): -8685985 or 6256251. OLE color: 6256251.

HSL color Cylindrical-coordinate representation of color #7B765F: hue angle of 49.29º degrees, saturation: 0.13, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7B765F is Cyan = 0, Magento = 0.04, Yellow = 0.23 and Black (K on CMYK) = 0.52.

Color convert

RGB12311895-
CMYK00.040.230.52
HSL49.29º12.84%42.75%-
HSV(B)49.29º22.76%48.24%-
XYZ16.7117.9913.42-
YUV116.87115.66132.37-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 36.61%
GREEN value IS 118 (46.48% from 255) = 35.12%
BLUE value IS 95 (37.5% from 255) = 28.27%
R=36.61%
G=35.12%
B=28.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.23
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1231189500.040.230.5249.2912.8442.75
Hex7B765F04173431d2b
Octal173166137042764611553
Binary1111011111011010111110100101111101001100011101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B765F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,118,95); }

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

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

 a { background-color: rgb(123,118,95); }

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

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

 span { border-color: rgb(123,118,95); }

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