#78502A

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

Shades of Korma #78502A

Tints of Korma #78502A

Color information

#78502A (or 0x78502A) is unknown color: approx Korma. HEX triplet: 78, 50 and 2A. RGB value is (120,80,42). Sum of RGB (Red+Green+Blue) = 120+80+42=242 (32% of max value = 765). Red value is 120 (47.27% from 255 or 49.59% from 242); Green value is 80 (31.64% from 255 or 33.06% from 242); Blue value is 42 (16.80% from 255 or 17.36% from 242); Max value from RGB is 120 - color contains mainly: red. Hex color #78502A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78502A is #87AFD5. Grayscale: #575757. Windows color (decimal): -8892374 or 2773112. OLE color: 2773112.

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

Color convert

RGB1208042-
CMYK00.330.650.53
HSL29.23º48.15%31.76%-
HSV(B)29.23º65%47.06%-
XYZ11.039.93.52-
YUV87.63102.25151.09-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 49.59%
GREEN value IS 80 (31.64% from 255) = 33.06%
BLUE value IS 42 (16.80% from 255) = 17.36%
R=49.59%
G=33.06%
B=17.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.65
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120804200.330.650.5329.2348.1531.76
Hex78502A02141351d3020
Octal1701205204110165356040
Binary111100010100001010100100001100000111010111101110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78502A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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