#7B765A

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

Shades of Kokoda #7B765A

Tints of Kokoda #7B765A

Color information

#7B765A (or 0x7B765A) is unknown color: approx Kokoda. HEX triplet: 7B, 76 and 5A. RGB value is (123,118,90). Sum of RGB (Red+Green+Blue) = 123+118+90=331 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.16% from 331); Green value is 118 (46.48% from 255 or 35.65% from 331); Blue value is 90 (35.55% from 255 or 27.19% from 331); Max value from RGB is 123 - color contains mainly: red. Hex color #7B765A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B765A is #8489A5. Grayscale: #747474. Windows color (decimal): -8685990 or 5928571. OLE color: 5928571.

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

Color convert

RGB12311890-
CMYK00.040.270.52
HSL50.91º15.49%41.76%-
HSV(B)50.91º26.83%48.24%-
XYZ16.4917.9112.26-
YUV116.3113.16132.78-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 37.16%
GREEN value IS 118 (46.48% from 255) = 35.65%
BLUE value IS 90 (35.55% from 255) = 27.19%
R=37.16%
G=35.65%
B=27.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.27
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1231189000.040.270.5250.9115.4941.76
Hex7B765A041B3433f2a
Octal173166132043364631752
Binary1111011111011010110100100110111101001100111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B765A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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