Html Css Color HEX #760205 Sangria

📋 copy color: '#760205'

red 118 ◦ green 2 ◦ blue 5

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

Shades of Sangria #760205

Tints of Sangria #760205

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.6%

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

R = 94.4%
G = 1.6%
B = 4%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.96

 K value IS 0.54

RGB Variations

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

Color information

#760205 (or 0x760205) is known color: Sangria. HEX triplet: 76, 02 and 05. RGB value is (118,2,5). Sum of RGB (Red+Green+Blue) = 118+2+5=125 (16% of max value = 765). Red value is 118 (46.48% from 255 or 94.4% from 125); Green value is 2 (1.17% from 255 or 1.6% from 125); Blue value is 5 (2.34% from 255 or 4% from 125); Max value from RGB is 118 - color contains mainly: red. Hex color #760205 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760205 is #89FDFA. Grayscale: #252525. Windows color (decimal): -9043451 or 328310. OLE color: 328310.

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

Color convert

RGB 118 2 5 -
CMYK 0 0.98 0.96 0.54
HSL 358.45º 0.97% 0.24% -
HSV(B) 358.45º 0.98% 0.46% -
XYZ 7.52 3.91 0.5 -
YUV 37.03 109.93 185.76 -
System Red Green Blue C M Y K H S L
Decimal 118 2 5 0 0.98 0.96 0.54 358.45 0.97 0.24
Hex 76 2 5 0 62 60 36 166 61 18
Octal 166 2 5 0 142 140 66 546 141 30
Binary 1110110 10 101 0 1100010 1100000 110110 101100110 1100001 11000

Color Harmonies of #760205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760205

Black with #760205

Text Example


Text Example

White with #760205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760205; }

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

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

background-color css

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

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

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

border-color css

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

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

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