#770502

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

Shades of Maroon #770502

Tints of Maroon #770502

Color information

#770502 (or 0x770502) is unknown color: approx Maroon. HEX triplet: 77, 05 and 02. RGB value is (119,5,2). Sum of RGB (Red+Green+Blue) = 119+5+2=126 (16% of max value = 765). Red value is 119 (46.88% from 255 or 94.44% from 126); Green value is 5 (2.34% from 255 or 3.97% from 126); Blue value is 2 (1.17% from 255 or 1.59% from 126); Max value from RGB is 119 - color contains mainly: red. Hex color #770502 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770502 is #88FAFD. Grayscale: #262626. Windows color (decimal): -8977150 or 132471. OLE color: 132471.

HSL color Cylindrical-coordinate representation of color #770502: hue angle of 1.54º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #770502 is Cyan = 0, Magento = 0.96, Yellow = 0.98 and Black (K on CMYK) = 0.53.

Color convert

RGB11952-
CMYK00.960.980.53
HSL1.54º96.69%23.73%-
HSV(B)1.54º98.32%46.67%-
XYZ7.674.030.43-
YUV38.74107.27185.24-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 94.44%
GREEN value IS 5 (2.34% from 255) = 3.97%
BLUE value IS 2 (1.17% from 255) = 1.59%
R=94.44%
G=3.97%
B=1.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.98
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1195200.960.980.531.5496.6923.73
Hex7752060623526118
Octal16752014014265214130
Binary11101111011001100000110001011010110110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770502; }

 p { color: rgb(119,5,2); }

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

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

 a { background-color: rgb(119,5,2); }

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

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

 span { border-color: rgb(119,5,2); }

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