Html Css Color HEX #760F02 Maroon

📋 copy color: '#760F02'

red 118 ◦ green 15 ◦ blue 2

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

Shades of Maroon #760F02

Tints of Maroon #760F02

RGB

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

 GREEN value IS 15 (6.25% from 255) = 11.11%

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

R = 87.41%
G = 11.11%
B = 1.48%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.98

 K value IS 0.54

RGB Variations

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

Color information

#760F02 (or 0x760F02) is known color: Maroon. HEX triplet: 76, 0F and 02. RGB value is (118,15,2). Sum of RGB (Red+Green+Blue) = 118+15+2=135 (17% of max value = 765). Red value is 118 (46.48% from 255 or 87.41% from 135); Green value is 15 (6.25% from 255 or 11.11% from 135); Blue value is 2 (1.17% from 255 or 1.48% from 135); Max value from RGB is 118 - color contains mainly: red. Hex color #760F02 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760F02 is #89F0FD. Grayscale: #2C2C2C. Windows color (decimal): -9040126 or 135030. OLE color: 135030.

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

Color convert

RGB 118 15 2 -
CMYK 0 0.87 0.98 0.54
HSL 6.72º 0.97% 0.24% -
HSV(B) 6.72º 0.98% 0.46% -
XYZ 7.65 4.2 0.46 -
YUV 44.32 104.12 180.56 -
System Red Green Blue C M Y K H S L
Decimal 118 15 2 0 0.87 0.98 0.54 6.72 0.97 0.24
Hex 76 F 2 0 57 62 36 7 61 18
Octal 166 17 2 0 127 142 66 7 141 30
Binary 1110110 1111 10 0 1010111 1100010 110110 111 1100001 11000

Color Harmonies of #760F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760F02

Black with #760F02

Text Example


Text Example

White with #760F02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760F02; }

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

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

background-color css

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

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

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

border-color css

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

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

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