#774E2A

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

Shades of Korma #774E2A

Tints of Korma #774E2A

Color information

#774E2A (or 0x774E2A) is unknown color: approx Korma. HEX triplet: 77, 4E and 2A. RGB value is (119,78,42). Sum of RGB (Red+Green+Blue) = 119+78+42=239 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.79% from 239); Green value is 78 (30.86% from 255 or 32.64% from 239); Blue value is 42 (16.80% from 255 or 17.57% from 239); Max value from RGB is 119 - color contains mainly: red. Hex color #774E2A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #774E2A is #88B1D5. Grayscale: #565656. Windows color (decimal): -8958422 or 2772599. OLE color: 2772599.

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

Color convert

RGB1197842-
CMYK00.340.650.53
HSL28.05º47.83%31.57%-
HSV(B)28.05º64.71%46.67%-
XYZ10.759.543.46-
YUV86.15103.08151.43-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 49.79%
GREEN value IS 78 (30.86% from 255) = 32.64%
BLUE value IS 42 (16.80% from 255) = 17.57%
R=49.79%
G=32.64%
B=17.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.65
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119784200.340.650.5328.0547.8331.57
Hex774E2A02241351c3020
Octal1671165204210165346040
Binary111011110011101010100100010100000111010111100110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774E2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774E2A; }

 p { color: rgb(119,78,42); }

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

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

 a { background-color: rgb(119,78,42); }

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

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

 span { border-color: rgb(119,78,42); }

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