#787353

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

Shades of Kokoda #787353

Tints of Kokoda #787353

Color information

#787353 (or 0x787353) is unknown color: approx Kokoda. HEX triplet: 78, 73 and 53. RGB value is (120,115,83). Sum of RGB (Red+Green+Blue) = 120+115+83=318 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.74% from 318); Green value is 115 (45.31% from 255 or 36.16% from 318); Blue value is 83 (32.81% from 255 or 26.10% from 318); Max value from RGB is 120 - color contains mainly: red. Hex color #787353 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787353 is #878CAC. Grayscale: #707070. Windows color (decimal): -8883373 or 5469048. OLE color: 5469048.

HSL color Cylindrical-coordinate representation of color #787353: hue angle of 51.89º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #787353 is Cyan = 0, Magento = 0.04, Yellow = 0.31 and Black (K on CMYK) = 0.53.

Color convert

RGB12011583-
CMYK00.040.310.53
HSL51.89º18.23%39.8%-
HSV(B)51.89º30.83%47.06%-
XYZ15.4416.8810.63-
YUV112.85111.16133.1-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 37.74%
GREEN value IS 115 (45.31% from 255) = 36.16%
BLUE value IS 83 (32.81% from 255) = 26.10%
R=37.74%
G=36.16%
B=26.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.31
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201158300.040.310.5351.8918.2339.8
Hex787353041F35341228
Octal170163123043765642250
Binary11110001110011101001101001111111010111010010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787353; }

 p { color: rgb(120,115,83); }

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

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

 a { background-color: rgb(120,115,83); }

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

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

 span { border-color: rgb(120,115,83); }

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