#784C2A

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

Shades of Korma #784C2A

Tints of Korma #784C2A

Color information

#784C2A (or 0x784C2A) is unknown color: approx Korma. HEX triplet: 78, 4C and 2A. RGB value is (120,76,42). Sum of RGB (Red+Green+Blue) = 120+76+42=238 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.42% from 238); Green value is 76 (30.08% from 255 or 31.93% from 238); Blue value is 42 (16.80% from 255 or 17.65% from 238); Max value from RGB is 120 - color contains mainly: red. Hex color #784C2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #784C2A is #87B3D5. Grayscale: #555555. Windows color (decimal): -8893398 or 2772088. OLE color: 2772088.

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

Color convert

RGB1207642-
CMYK00.370.650.53
HSL26.15º48.15%31.76%-
HSV(B)26.15º65%47.06%-
XYZ10.759.333.42-
YUV85.28103.58152.76-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 50.42%
GREEN value IS 76 (30.08% from 255) = 31.93%
BLUE value IS 42 (16.80% from 255) = 17.65%
R=50.42%
G=31.93%
B=17.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.65
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120764200.370.650.5326.1548.1531.76
Hex784C2A02541351a3020
Octal1701145204510165326040
Binary111100010011001010100100101100000111010111010110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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