Html Css Color HEX #760602 Maroon

📋 copy color: '#760602'

red 118 ◦ green 6 ◦ blue 2

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

Shades of Maroon #760602

Tints of Maroon #760602

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.76%

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

R = 93.65%
G = 4.76%
B = 1.59%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.98

 K value IS 0.54

RGB Variations

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

Color information

#760602 (or 0x760602) is known color: Maroon. HEX triplet: 76, 06 and 02. RGB value is (118,6,2). Sum of RGB (Red+Green+Blue) = 118+6+2=126 (16% of max value = 765). Red value is 118 (46.48% from 255 or 93.65% from 126); Green value is 6 (2.73% from 255 or 4.76% from 126); Blue value is 2 (1.17% from 255 or 1.59% from 126); Max value from RGB is 118 - color contains mainly: red. Hex color #760602 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760602 is #89F9FD. Grayscale: #272727. Windows color (decimal): -9042430 or 132726. OLE color: 132726.

HSL color Cylindrical-coordinate representation of color #760602: hue angle of 2.07º 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 #760602 is Cyan = 0, Magento = 0.95, Yellow = 0.98 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 6 2 -
CMYK 0 0.95 0.98 0.54
HSL 2.07º 0.97% 0.24% -
HSV(B) 2.07º 0.98% 0.46% -
XYZ 7.55 3.99 0.43 -
YUV 39.03 107.11 184.33 -
System Red Green Blue C M Y K H S L
Decimal 118 6 2 0 0.95 0.98 0.54 2.07 0.97 0.24
Hex 76 6 2 0 5F 62 36 2 61 18
Octal 166 6 2 0 137 142 66 2 141 30
Binary 1110110 110 10 0 1011111 1100010 110110 10 1100001 11000

Color Harmonies of #760602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760602

Black with #760602

Text Example


Text Example

White with #760602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760602; }

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

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

background-color css

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

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

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

border-color css

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

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

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