Html Css Color HEX #760A05 Maroon

📋 copy color: '#760A05'

red 118 ◦ green 10 ◦ blue 5

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

Shades of Maroon #760A05

Tints of Maroon #760A05

RGB

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

 GREEN value IS 10 (4.3% from 255) = 7.52%

 BLUE value IS 5 (2.34% from 255) = 3.76%

R = 88.72%
G = 7.52%
B = 3.76%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.96

 K value IS 0.54

RGB Variations

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

Color information

#760A05 (or 0x760A05) is known color: Maroon. HEX triplet: 76, 0A and 05. RGB value is (118,10,5). Sum of RGB (Red+Green+Blue) = 118+10+5=133 (17% of max value = 765). Red value is 118 (46.48% from 255 or 88.72% from 133); Green value is 10 (4.30% from 255 or 7.52% from 133); Blue value is 5 (2.34% from 255 or 3.76% from 133); Max value from RGB is 118 - color contains mainly: red. Hex color #760A05 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760A05 is #89F5FA. Grayscale: #292929. Windows color (decimal): -9041403 or 330358. OLE color: 330358.

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

Color convert

RGB 118 10 5 -
CMYK 0 0.92 0.96 0.54
HSL 2.65º 0.92% 0.24% -
HSV(B) 2.65º 0.96% 0.46% -
XYZ 7.61 4.08 0.53 -
YUV 41.72 107.28 182.41 -
System Red Green Blue C M Y K H S L
Decimal 118 10 5 0 0.92 0.96 0.54 2.65 0.92 0.24
Hex 76 A 5 0 5C 60 36 3 5C 18
Octal 166 12 5 0 134 140 66 3 134 30
Binary 1110110 1010 101 0 1011100 1100000 110110 11 1011100 11000

Color Harmonies of #760A05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760A05

Black with #760A05

Text Example


Text Example

White with #760A05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,10,5); }

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

background-color css

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

 a { background-color: rgb(118,10,5); }

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

border-color css

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

 span { border-color: rgb(118,10,5); }

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