#774C27

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

Shades of Korma #774C27

Tints of Korma #774C27

Color information

#774C27 (or 0x774C27) is unknown color: approx Korma. HEX triplet: 77, 4C and 27. RGB value is (119,76,39). Sum of RGB (Red+Green+Blue) = 119+76+39=234 (30% of max value = 765). Red value is 119 (46.88% from 255 or 50.85% from 234); Green value is 76 (30.08% from 255 or 32.48% from 234); Blue value is 39 (15.62% from 255 or 16.67% from 234); Max value from RGB is 119 - color contains mainly: red. Hex color #774C27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774C27 is #88B3D8. Grayscale: #545454. Windows color (decimal): -8958937 or 2575479. OLE color: 2575479.

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

Color convert

RGB1197639-
CMYK00.360.670.53
HSL27.75º50.63%30.98%-
HSV(B)27.75º67.23%46.67%-
XYZ10.569.243.15-
YUV84.64102.25152.51-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 50.85%
GREEN value IS 76 (30.08% from 255) = 32.48%
BLUE value IS 39 (15.62% from 255) = 16.67%
R=50.85%
G=32.48%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.67
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119763900.360.670.5327.7550.6330.98
Hex774C2702443351c331f
Octal1671144704410365346337
Binary11101111001100100111010010010000111101011110011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774C27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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