#774A25

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

Shades of Korma #774A25

Tints of Korma #774A25

Color information

#774A25 (or 0x774A25) is unknown color: approx Korma. HEX triplet: 77, 4A and 25. RGB value is (119,74,37). Sum of RGB (Red+Green+Blue) = 119+74+37=230 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.74% from 230); Green value is 74 (29.30% from 255 or 32.17% from 230); Blue value is 37 (14.84% from 255 or 16.09% from 230); Max value from RGB is 119 - color contains mainly: red. Hex color #774A25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774A25 is #88B5DA. Grayscale: #535353. Windows color (decimal): -8959451 or 2443895. OLE color: 2443895.

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

Color convert

RGB1197437-
CMYK00.380.690.53
HSL27.07º52.56%30.59%-
HSV(B)27.07º68.91%46.67%-
XYZ10.398.952.93-
YUV83.24101.91153.51-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 51.74%
GREEN value IS 74 (29.30% from 255) = 32.17%
BLUE value IS 37 (14.84% from 255) = 16.09%
R=51.74%
G=32.17%
B=16.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.69
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119743700.380.690.5327.0752.5630.59
Hex774A2502645351b351f
Octal1671124504610565336537
Binary11101111001010100101010011010001011101011101111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,74,37); }

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

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

 a { background-color: rgb(119,74,37); }

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

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

 span { border-color: rgb(119,74,37); }

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