Html Css Color HEX #760902 Maroon

📋 copy color: '#760902'

red 118 ◦ green 9 ◦ blue 2

#760902
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Maroon #760902

Tints of Maroon #760902

RGB

 RED value IS 118 (46.48% from 255) = 91.47%

 GREEN value IS 9 (3.91% from 255) = 6.98%

 BLUE value IS 2 (1.17% from 255) = 1.55%

R = 91.47%
G = 6.98%
B = 1.55%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.98

 K value IS 0.54

RGB Variations

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

Color information

#760902 (or 0x760902) is known color: Maroon. HEX triplet: 76, 09 and 02. RGB value is (118,9,2). Sum of RGB (Red+Green+Blue) = 118+9+2=129 (17% of max value = 765). Red value is 118 (46.48% from 255 or 91.47% from 129); Green value is 9 (3.91% from 255 or 6.98% from 129); Blue value is 2 (1.17% from 255 or 1.55% from 129); Max value from RGB is 118 - color contains mainly: red. Hex color #760902 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760902 is #89F6FD. Grayscale: #282828. Windows color (decimal): -9041662 or 133494. OLE color: 133494.

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

Color convert

RGB 118 9 2 -
CMYK 0 0.92 0.98 0.54
HSL 3.62º 0.97% 0.24% -
HSV(B) 3.62º 0.98% 0.46% -
XYZ 7.58 4.05 0.44 -
YUV 40.79 106.11 183.07 -
System Red Green Blue C M Y K H S L
Decimal 118 9 2 0 0.92 0.98 0.54 3.62 0.97 0.24
Hex 76 9 2 0 5C 62 36 4 61 18
Octal 166 11 2 0 134 142 66 4 141 30
Binary 1110110 1001 10 0 1011100 1100010 110110 100 1100001 11000

Color Harmonies of #760902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760902

Black with #760902

Text Example


Text Example

White with #760902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760902; }

 p { color: rgb(118,9,2); }

 H1.HeaderClassName
 {
   color: #760902;
 }
 .AnyTagClassName
 {
   color: #760902;
 }
</style>

background-color css

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

 a { background-color: rgb(118,9,2); }

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

border-color css

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

 span { border-color: rgb(118,9,2); }

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