#774F2D

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

Shades of Korma #774F2D

Tints of Korma #774F2D

Color information

#774F2D (or 0x774F2D) is unknown color: approx Korma. HEX triplet: 77, 4F and 2D. RGB value is (119,79,45). Sum of RGB (Red+Green+Blue) = 119+79+45=243 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.97% from 243); Green value is 79 (31.25% from 255 or 32.51% from 243); Blue value is 45 (17.97% from 255 or 18.52% from 243); Max value from RGB is 119 - color contains mainly: red. Hex color #774F2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #774F2D is #88B0D2. Grayscale: #575757. Windows color (decimal): -8958163 or 2969463. OLE color: 2969463.

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

Color convert

RGB1197945-
CMYK00.340.620.53
HSL27.57º45.12%32.16%-
HSV(B)27.57º62.18%46.67%-
XYZ10.889.73.78-
YUV87.08104.25150.76-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 48.97%
GREEN value IS 79 (31.25% from 255) = 32.51%
BLUE value IS 45 (17.97% from 255) = 18.52%
R=48.97%
G=32.51%
B=18.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.62
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119794500.340.620.5327.5745.1232.16
Hex774F2D0223E351c2d20
Octal167117550427665345540
Binary11101111001111101101010001011111011010111100101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774F2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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