Html Css Color HEX #760C03 Maroon

📋 copy color: '#760C03'

red 118 ◦ green 12 ◦ blue 3

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

Shades of Maroon #760C03

Tints of Maroon #760C03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 2.26%

R = 88.72%
G = 9.02%
B = 2.26%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.97

 K value IS 0.54

RGB Variations

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

Color information

#760C03 (or 0x760C03) is known color: Maroon. HEX triplet: 76, 0C and 03. RGB value is (118,12,3). Sum of RGB (Red+Green+Blue) = 118+12+3=133 (17% of max value = 765). Red value is 118 (46.48% from 255 or 88.72% from 133); Green value is 12 (5.08% from 255 or 9.02% from 133); Blue value is 3 (1.56% from 255 or 2.26% from 133); Max value from RGB is 118 - color contains mainly: red. Hex color #760C03 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760C03 is #89F3FC. Grayscale: #2A2A2A. Windows color (decimal): -9040893 or 199798. OLE color: 199798.

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

Color convert

RGB 118 12 3 -
CMYK 0 0.90 0.97 0.54
HSL 4.7º 0.95% 0.24% -
HSV(B) 4.7º 0.97% 0.46% -
XYZ 7.62 4.12 0.48 -
YUV 42.67 105.62 181.73 -
System Red Green Blue C M Y K H S L
Decimal 118 12 3 0 0.90 0.97 0.54 4.7 0.95 0.24
Hex 76 C 3 0 5A 61 36 5 5F 18
Octal 166 14 3 0 132 141 66 5 137 30
Binary 1110110 1100 11 0 1011010 1100001 110110 101 1011111 11000

Color Harmonies of #760C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760C03

Black with #760C03

Text Example


Text Example

White with #760C03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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