Html Css Color HEX #760F07 Maroon

📋 copy color: '#760F07'

red 118 ◦ green 15 ◦ blue 7

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

Shades of Maroon #760F07

Tints of Maroon #760F07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 5%

R = 84.29%
G = 10.71%
B = 5%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.94

 K value IS 0.54

RGB Variations

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

Color information

#760F07 (or 0x760F07) is known color: Maroon. HEX triplet: 76, 0F and 07. RGB value is (118,15,7). Sum of RGB (Red+Green+Blue) = 118+15+7=140 (18% of max value = 765). Red value is 118 (46.48% from 255 or 84.29% from 140); Green value is 15 (6.25% from 255 or 10.71% from 140); Blue value is 7 (3.12% from 255 or 5% from 140); Max value from RGB is 118 - color contains mainly: red. Hex color #760F07 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760F07 is #89F0F8. Grayscale: #2D2D2D. Windows color (decimal): -9040121 or 462710. OLE color: 462710.

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

Color convert

RGB 118 15 7 -
CMYK 0 0.87 0.94 0.54
HSL 4.32º 0.89% 0.25% -
HSV(B) 4.32º 0.94% 0.46% -
XYZ 7.68 4.21 0.61 -
YUV 44.89 106.62 180.15 -
System Red Green Blue C M Y K H S L
Decimal 118 15 7 0 0.87 0.94 0.54 4.32 0.89 0.25
Hex 76 F 7 0 57 5E 36 4 59 19
Octal 166 17 7 0 127 136 66 4 131 31
Binary 1110110 1111 111 0 1010111 1011110 110110 100 1011001 11001

Color Harmonies of #760F07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760F07

Black with #760F07

Text Example


Text Example

White with #760F07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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