#77502F

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

Shades of Korma #77502F

Tints of Korma #77502F

Color information

#77502F (or 0x77502F) is unknown color: approx Korma. HEX triplet: 77, 50 and 2F. RGB value is (119,80,47). Sum of RGB (Red+Green+Blue) = 119+80+47=246 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.37% from 246); Green value is 80 (31.64% from 255 or 32.52% from 246); Blue value is 47 (18.75% from 255 or 19.11% from 246); Max value from RGB is 119 - color contains mainly: red. Hex color #77502F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77502F is #88AFD0. Grayscale: #585858. Windows color (decimal): -8957905 or 3100791. OLE color: 3100791.

HSL color Cylindrical-coordinate representation of color #77502F: hue angle of 27.5º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #77502F is Cyan = 0, Magento = 0.33, Yellow = 0.61 and Black (K on CMYK) = 0.53.

Color convert

RGB1198047-
CMYK00.330.610.53
HSL27.5º43.37%32.55%-
HSV(B)27.5º60.5%46.67%-
XYZ10.999.864.01-
YUV87.9104.92150.18-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 48.37%
GREEN value IS 80 (31.64% from 255) = 32.52%
BLUE value IS 47 (18.75% from 255) = 19.11%
R=48.37%
G=32.52%
B=19.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.61
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119804700.330.610.5327.543.3732.55
Hex77502F0213D351c2b21
Octal167120570417565345341
Binary11101111010000101111010000111110111010111100101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77502F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77502F; }

 p { color: rgb(119,80,47); }

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

<style>
 a { background-color: #77502F; }

 a { background-color: rgb(119,80,47); }

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

<style>
 span { border-color: #77502F; }

 span { border-color: rgb(119,80,47); }

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