#774B27

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

Shades of Korma #774B27

Tints of Korma #774B27

Color information

#774B27 (or 0x774B27) is unknown color: approx Korma. HEX triplet: 77, 4B and 27. RGB value is (119,75,39). Sum of RGB (Red+Green+Blue) = 119+75+39=233 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.07% from 233); Green value is 75 (29.69% from 255 or 32.19% from 233); Blue value is 39 (15.62% from 255 or 16.74% from 233); Max value from RGB is 119 - color contains mainly: red. Hex color #774B27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774B27 is #88B4D8. Grayscale: #545454. Windows color (decimal): -8959193 or 2575223. OLE color: 2575223.

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

Color convert

RGB1197539-
CMYK00.370.670.53
HSL27º50.63%30.98%-
HSV(B)27º67.23%46.67%-
XYZ10.499.13.12-
YUV84.05102.58152.93-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 51.07%
GREEN value IS 75 (29.69% from 255) = 32.19%
BLUE value IS 39 (15.62% from 255) = 16.74%
R=51.07%
G=32.19%
B=16.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.67
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119753900.370.670.532750.6330.98
Hex774B2702543351b331f
Octal1671134704510365336337
Binary11101111001011100111010010110000111101011101111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774B27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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