Html Css Color HEX #760508 Sangria

📋 copy color: '#760508'

red 118 ◦ green 5 ◦ blue 8

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

Shades of Sangria #760508

Tints of Sangria #760508

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.82%

 BLUE value IS 8 (3.52% from 255) = 6.11%

R = 90.08%
G = 3.82%
B = 6.11%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.93

 K value IS 0.54

RGB Variations

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

Color information

#760508 (or 0x760508) is known color: Sangria. HEX triplet: 76, 05 and 08. RGB value is (118,5,8). Sum of RGB (Red+Green+Blue) = 118+5+8=131 (17% of max value = 765). Red value is 118 (46.48% from 255 or 90.08% from 131); Green value is 5 (2.34% from 255 or 3.82% from 131); Blue value is 8 (3.52% from 255 or 6.11% from 131); Max value from RGB is 118 - color contains mainly: red. Hex color #760508 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760508 is #89FAF7. Grayscale: #272727. Windows color (decimal): -9042680 or 525686. OLE color: 525686.

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

Color convert

RGB 118 5 8 -
CMYK 0 0.96 0.93 0.54
HSL 358.41º 0.92% 0.24% -
HSV(B) 358.41º 0.96% 0.46% -
XYZ 7.57 3.98 0.6 -
YUV 39.13 110.44 184.26 -
System Red Green Blue C M Y K H S L
Decimal 118 5 8 0 0.96 0.93 0.54 358.41 0.92 0.24
Hex 76 5 8 0 60 5D 36 166 5C 18
Octal 166 5 10 0 140 135 66 546 134 30
Binary 1110110 101 1000 0 1100000 1011101 110110 101100110 1011100 11000

Color Harmonies of #760508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760508

Black with #760508

Text Example


Text Example

White with #760508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760508; }

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

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

background-color css

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

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

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

border-color css

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

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

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