#7B785E

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

Shades of Kokoda #7B785E

Tints of Kokoda #7B785E

Color information

#7B785E (or 0x7B785E) is unknown color: approx Kokoda. HEX triplet: 7B, 78 and 5E. RGB value is (123,120,94). Sum of RGB (Red+Green+Blue) = 123+120+94=337 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.50% from 337); Green value is 120 (47.27% from 255 or 35.61% from 337); Blue value is 94 (37.11% from 255 or 27.89% from 337); Max value from RGB is 123 - color contains mainly: red. Hex color #7B785E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B785E is #8487A1. Grayscale: #767676. Windows color (decimal): -8685474 or 6191227. OLE color: 6191227.

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

Color convert

RGB12312094-
CMYK00.020.240.52
HSL53.79º13.36%42.55%-
HSV(B)53.79º23.58%48.24%-
XYZ16.9118.4513.26-
YUV117.93114.49131.61-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 36.50%
GREEN value IS 120 (47.27% from 255) = 35.61%
BLUE value IS 94 (37.11% from 255) = 27.89%
R=36.50%
G=35.61%
B=27.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.24
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1231209400.020.240.5253.7913.3642.55
Hex7B785E02183436d2b
Octal173170136023064661553
Binary111101111110001011110010110001101001101101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B785E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,120,94); }

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

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

 a { background-color: rgb(123,120,94); }

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

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

 span { border-color: rgb(123,120,94); }

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