#774D2A

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

Shades of Korma #774D2A

Tints of Korma #774D2A

Color information

#774D2A (or 0x774D2A) is unknown color: approx Korma. HEX triplet: 77, 4D and 2A. RGB value is (119,77,42). Sum of RGB (Red+Green+Blue) = 119+77+42=238 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50% from 238); Green value is 77 (30.47% from 255 or 32.35% from 238); Blue value is 42 (16.80% from 255 or 17.65% from 238); Max value from RGB is 119 - color contains mainly: red. Hex color #774D2A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #774D2A is #88B2D5. Grayscale: #555555. Windows color (decimal): -8958678 or 2772343. OLE color: 2772343.

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

Color convert

RGB1197742-
CMYK00.350.650.53
HSL27.27º47.83%31.57%-
HSV(B)27.27º64.71%46.67%-
XYZ10.689.43.44-
YUV85.57103.41151.85-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 50%
GREEN value IS 77 (30.47% from 255) = 32.35%
BLUE value IS 42 (16.80% from 255) = 17.65%
R=50%
G=32.35%
B=17.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.65
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119774200.350.650.5327.2747.8331.57
Hex774D2A02341351b3020
Octal1671155204310165336040
Binary111011110011011010100100011100000111010111011110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774D2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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