#77522E

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

Shades of Korma #77522E

Tints of Korma #77522E

Color information

#77522E (or 0x77522E) is unknown color: approx Korma. HEX triplet: 77, 52 and 2E. RGB value is (119,82,46). Sum of RGB (Red+Green+Blue) = 119+82+46=247 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.18% from 247); Green value is 82 (32.42% from 255 or 33.20% from 247); Blue value is 46 (18.36% from 255 or 18.62% from 247); Max value from RGB is 119 - color contains mainly: red. Hex color #77522E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77522E is #88ADD1. Grayscale: #595959. Windows color (decimal): -8957394 or 3035767. OLE color: 3035767.

HSL color Cylindrical-coordinate representation of color #77522E: hue angle of 29.59º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #77522E is Cyan = 0, Magento = 0.31, Yellow = 0.61 and Black (K on CMYK) = 0.53.

Color convert

RGB1198246-
CMYK00.310.610.53
HSL29.59º44.24%32.35%-
HSV(B)29.59º61.34%46.67%-
XYZ11.1210.153.96-
YUV88.96103.76149.43-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 48.18%
GREEN value IS 82 (32.42% from 255) = 33.20%
BLUE value IS 46 (18.36% from 255) = 18.62%
R=48.18%
G=33.20%
B=18.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.61
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119824600.310.610.5329.5944.2432.35
Hex77522E01F3D351e2c20
Octal167122560377565365440
Binary1110111101001010111001111111110111010111110101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77522E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77522E; }

 p { color: rgb(119,82,46); }

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

<style>
 a { background-color: #77522E; }

 a { background-color: rgb(119,82,46); }

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

<style>
 span { border-color: #77522E; }

 span { border-color: rgb(119,82,46); }

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