Html Css Color HEX #760C05 Maroon

📋 copy color: '#760C05'

red 118 ◦ green 12 ◦ blue 5

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

Shades of Maroon #760C05

Tints of Maroon #760C05

RGB

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

 GREEN value IS 12 (5.08% from 255) = 8.89%

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

R = 87.41%
G = 8.89%
B = 3.7%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.96

 K value IS 0.54

RGB Variations

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

Color information

#760C05 (or 0x760C05) is known color: Maroon. HEX triplet: 76, 0C and 05. RGB value is (118,12,5). Sum of RGB (Red+Green+Blue) = 118+12+5=135 (17% of max value = 765). Red value is 118 (46.48% from 255 or 87.41% from 135); Green value is 12 (5.08% from 255 or 8.89% from 135); Blue value is 5 (2.34% from 255 or 3.70% from 135); Max value from RGB is 118 - color contains mainly: red. Hex color #760C05 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760C05 is #89F3FA. Grayscale: #2B2B2B. Windows color (decimal): -9040891 or 330870. OLE color: 330870.

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

Color convert

RGB 118 12 5 -
CMYK 0 0.90 0.96 0.54
HSL 3.72º 0.92% 0.24% -
HSV(B) 3.72º 0.96% 0.46% -
XYZ 7.63 4.13 0.54 -
YUV 42.9 106.62 181.57 -
System Red Green Blue C M Y K H S L
Decimal 118 12 5 0 0.90 0.96 0.54 3.72 0.92 0.24
Hex 76 C 5 0 5A 60 36 4 5C 18
Octal 166 14 5 0 132 140 66 4 134 30
Binary 1110110 1100 101 0 1011010 1100000 110110 100 1011100 11000

Color Harmonies of #760C05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760C05

Black with #760C05

Text Example


Text Example

White with #760C05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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