Html Css Color HEX #761305 Maroon

📋 copy color: '#761305'

red 118 ◦ green 19 ◦ blue 5

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

Shades of Maroon #761305

Tints of Maroon #761305

RGB

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

 GREEN value IS 19 (7.81% from 255) = 13.38%

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

R = 83.1%
G = 13.38%
B = 3.52%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.96

 K value IS 0.54

RGB Variations

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

Color information

#761305 (or 0x761305) is known color: Maroon. HEX triplet: 76, 13 and 05. RGB value is (118,19,5). Sum of RGB (Red+Green+Blue) = 118+19+5=142 (18% of max value = 765). Red value is 118 (46.48% from 255 or 83.10% from 142); Green value is 19 (7.81% from 255 or 13.38% from 142); Blue value is 5 (2.34% from 255 or 3.52% from 142); Max value from RGB is 118 - color contains mainly: red. Hex color #761305 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #761305 is #89ECFA. Grayscale: #2F2F2F. Windows color (decimal): -9039099 or 332662. OLE color: 332662.

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

Color convert

RGB 118 19 5 -
CMYK 0 0.84 0.96 0.54
HSL 7.43º 0.92% 0.24% -
HSV(B) 7.43º 0.96% 0.46% -
XYZ 7.73 4.33 0.57 -
YUV 47.01 104.3 178.64 -
System Red Green Blue C M Y K H S L
Decimal 118 19 5 0 0.84 0.96 0.54 7.43 0.92 0.24
Hex 76 13 5 0 54 60 36 7 5C 18
Octal 166 23 5 0 124 140 66 7 134 30
Binary 1110110 10011 101 0 1010100 1100000 110110 111 1011100 11000

Color Harmonies of #761305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761305

Black with #761305

Text Example


Text Example

White with #761305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761305; }

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

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

background-color css

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

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

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

border-color css

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

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

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