#78502F

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

Shades of Korma #78502F

Tints of Korma #78502F

Color information

#78502F (or 0x78502F) is unknown color: approx Korma. HEX triplet: 78, 50 and 2F. RGB value is (120,80,47). Sum of RGB (Red+Green+Blue) = 120+80+47=247 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.58% from 247); Green value is 80 (31.64% from 255 or 32.39% from 247); Blue value is 47 (18.75% from 255 or 19.03% from 247); Max value from RGB is 120 - color contains mainly: red. Hex color #78502F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78502F is #87AFD0. Grayscale: #585858. Windows color (decimal): -8892369 or 3100792. OLE color: 3100792.

HSL color Cylindrical-coordinate representation of color #78502F: hue angle of 27.12º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #78502F is Cyan = 0, Magento = 0.33, Yellow = 0.61 and Black (K on CMYK) = 0.53.

Color convert

RGB1208047-
CMYK00.330.610.53
HSL27.12º43.71%32.75%-
HSV(B)27.12º60.83%47.06%-
XYZ11.139.944.02-
YUV88.2104.75150.68-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 48.58%
GREEN value IS 80 (31.64% from 255) = 32.39%
BLUE value IS 47 (18.75% from 255) = 19.03%
R=48.58%
G=32.39%
B=19.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.61
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120804700.330.610.5327.1243.7132.75
Hex78502F0213D351b2c21
Octal170120570417565335441
Binary11110001010000101111010000111110111010111011101100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78502F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78502F; }

 p { color: rgb(120,80,47); }

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

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

 a { background-color: rgb(120,80,47); }

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

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

 span { border-color: rgb(120,80,47); }

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