Html Css Color HEX #760F08 Maroon

📋 copy color: '#760F08'

red 118 ◦ green 15 ◦ blue 8

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

Shades of Maroon #760F08

Tints of Maroon #760F08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 5.67%

R = 83.69%
G = 10.64%
B = 5.67%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.93

 K value IS 0.54

RGB Variations

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

Color information

#760F08 (or 0x760F08) is known color: Maroon. HEX triplet: 76, 0F and 08. RGB value is (118,15,8). Sum of RGB (Red+Green+Blue) = 118+15+8=141 (18% of max value = 765). Red value is 118 (46.48% from 255 or 83.69% from 141); Green value is 15 (6.25% from 255 or 10.64% from 141); Blue value is 8 (3.52% from 255 or 5.67% from 141); Max value from RGB is 118 - color contains mainly: red. Hex color #760F08 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760F08 is #89F0F7. Grayscale: #2D2D2D. Windows color (decimal): -9040120 or 528246. OLE color: 528246.

HSL color Cylindrical-coordinate representation of color #760F08: hue angle of 3.82º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #760F08 is Cyan = 0, Magento = 0.87, Yellow = 0.93 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 15 8 -
CMYK 0 0.87 0.93 0.54
HSL 3.82º 0.87% 0.25% -
HSV(B) 3.82º 0.93% 0.46% -
XYZ 7.69 4.21 0.64 -
YUV 45 107.12 180.07 -
System Red Green Blue C M Y K H S L
Decimal 118 15 8 0 0.87 0.93 0.54 3.82 0.87 0.25
Hex 76 F 8 0 57 5D 36 4 57 19
Octal 166 17 10 0 127 135 66 4 127 31
Binary 1110110 1111 1000 0 1010111 1011101 110110 100 1010111 11001

Color Harmonies of #760F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760F08

Black with #760F08

Text Example


Text Example

White with #760F08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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