#774F27

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

Shades of Korma #774F27

Tints of Korma #774F27

Color information

#774F27 (or 0x774F27) is unknown color: approx Korma. HEX triplet: 77, 4F and 27. RGB value is (119,79,39). Sum of RGB (Red+Green+Blue) = 119+79+39=237 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50.21% from 237); Green value is 79 (31.25% from 255 or 33.33% from 237); Blue value is 39 (15.62% from 255 or 16.46% from 237); Max value from RGB is 119 - color contains mainly: red. Hex color #774F27 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #774F27 is #88B0D8. Grayscale: #565656. Windows color (decimal): -8958169 or 2576247. OLE color: 2576247.

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

Color convert

RGB1197939-
CMYK00.340.670.53
HSL30º50.63%30.98%-
HSV(B)30º67.23%46.67%-
XYZ10.779.663.22-
YUV86.4101.25151.25-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 50.21%
GREEN value IS 79 (31.25% from 255) = 33.33%
BLUE value IS 39 (15.62% from 255) = 16.46%
R=50.21%
G=33.33%
B=16.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.67
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119793900.340.670.533050.6330.98
Hex774F2702243351e331f
Octal1671174704210365366337
Binary11101111001111100111010001010000111101011111011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774F27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,79,39); }

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

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

 a { background-color: rgb(119,79,39); }

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

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

 span { border-color: rgb(119,79,39); }

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