#7B755A

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

Shades of Kokoda #7B755A

Tints of Kokoda #7B755A

Color information

#7B755A (or 0x7B755A) is unknown color: approx Kokoda. HEX triplet: 7B, 75 and 5A. RGB value is (123,117,90). Sum of RGB (Red+Green+Blue) = 123+117+90=330 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.27% from 330); Green value is 117 (46.09% from 255 or 35.45% from 330); Blue value is 90 (35.55% from 255 or 27.27% from 330); Max value from RGB is 123 - color contains mainly: red. Hex color #7B755A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B755A is #848AA5. Grayscale: #737373. Windows color (decimal): -8686246 or 5928315. OLE color: 5928315.

HSL color Cylindrical-coordinate representation of color #7B755A: hue angle of 49.09º 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 #7B755A is Cyan = 0, Magento = 0.05, Yellow = 0.27 and Black (K on CMYK) = 0.52.

Color convert

RGB12311790-
CMYK00.050.270.52
HSL49.09º15.49%41.76%-
HSV(B)49.09º26.83%48.24%-
XYZ16.3817.6712.22-
YUV115.72113.49133.2-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 37.27%
GREEN value IS 117 (46.09% from 255) = 35.45%
BLUE value IS 90 (35.55% from 255) = 27.27%
R=37.27%
G=35.45%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.27
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1231179000.050.270.5249.0915.4941.76
Hex7B755A051B3431f2a
Octal173165132053364611752
Binary1111011111010110110100101110111101001100011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B755A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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