#785127

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

Shades of Korma #785127

Tints of Korma #785127

Color information

#785127 (or 0x785127) is unknown color: approx Korma. HEX triplet: 78, 51 and 27. RGB value is (120,81,39). Sum of RGB (Red+Green+Blue) = 120+81+39=240 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50% from 240); Green value is 81 (32.03% from 255 or 33.75% from 240); Blue value is 39 (15.62% from 255 or 16.25% from 240); Max value from RGB is 120 - color contains mainly: red. Hex color #785127 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785127 is #87AED8. Grayscale: #585858. Windows color (decimal): -8892121 or 2576760. OLE color: 2576760.

HSL color Cylindrical-coordinate representation of color #785127: hue angle of 31.11º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #785127 is Cyan = 0, Magento = 0.32, Yellow = 0.67 and Black (K on CMYK) = 0.53.

Color convert

RGB1208139-
CMYK00.320.670.53
HSL31.11º50.94%31.18%-
HSV(B)31.11º67.5%47.06%-
XYZ11.0510.023.27-
YUV87.87100.42150.92-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 50%
GREEN value IS 81 (32.03% from 255) = 33.75%
BLUE value IS 39 (15.62% from 255) = 16.25%
R=50%
G=33.75%
B=16.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.67
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120813900.320.670.5331.1150.9431.18
Hex78512702043351f331f
Octal1701214704010365376337
Binary11110001010001100111010000010000111101011111111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785127; }

 p { color: rgb(120,81,39); }

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

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

 a { background-color: rgb(120,81,39); }

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

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

 span { border-color: rgb(120,81,39); }

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