#784A27

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

Shades of Korma #784A27

Tints of Korma #784A27

Color information

#784A27 (or 0x784A27) is unknown color: approx Korma. HEX triplet: 78, 4A and 27. RGB value is (120,74,39). Sum of RGB (Red+Green+Blue) = 120+74+39=233 (30% of max value = 765). Red value is 120 (47.27% from 255 or 51.50% from 233); Green value is 74 (29.30% from 255 or 31.76% from 233); Blue value is 39 (15.62% from 255 or 16.74% from 233); Max value from RGB is 120 - color contains mainly: red. Hex color #784A27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #784A27 is #87B5D8. Grayscale: #535353. Windows color (decimal): -8893913 or 2574968. OLE color: 2574968.

HSL color Cylindrical-coordinate representation of color #784A27: hue angle of 25.93º 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 #784A27 is Cyan = 0, Magento = 0.38, Yellow = 0.67 and Black (K on CMYK) = 0.53.

Color convert

RGB1207439-
CMYK00.380.670.53
HSL25.93º50.94%31.18%-
HSV(B)25.93º67.5%47.06%-
XYZ10.569.043.11-
YUV83.76102.74153.85-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 51.50%
GREEN value IS 74 (29.30% from 255) = 31.76%
BLUE value IS 39 (15.62% from 255) = 16.74%
R=51.50%
G=31.76%
B=16.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.67
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120743900.380.670.5325.9350.9431.18
Hex784A2702643351a331f
Octal1701124704610365326337
Binary11110001001010100111010011010000111101011101011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784A27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #784A27; }

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

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

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

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

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

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

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

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