Html Css Color HEX #760408 Sangria

📋 copy color: '#760408'

red 118 ◦ green 4 ◦ blue 8

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

Shades of Sangria #760408

Tints of Sangria #760408

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.08%

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

R = 90.77%
G = 3.08%
B = 6.15%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.93

 K value IS 0.54

RGB Variations

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

Color information

#760408 (or 0x760408) is known color: Sangria. HEX triplet: 76, 04 and 08. RGB value is (118,4,8). Sum of RGB (Red+Green+Blue) = 118+4+8=130 (17% of max value = 765). Red value is 118 (46.48% from 255 or 90.77% from 130); Green value is 4 (1.95% from 255 or 3.08% from 130); Blue value is 8 (3.52% from 255 or 6.15% from 130); Max value from RGB is 118 - color contains mainly: red. Hex color #760408 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760408 is #89FBF7. Grayscale: #262626. Windows color (decimal): -9042936 or 525430. OLE color: 525430.

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

Color convert

RGB 118 4 8 -
CMYK 0 0.97 0.93 0.54
HSL 357.89º 0.93% 0.24% -
HSV(B) 357.89º 0.97% 0.46% -
XYZ 7.56 3.96 0.59 -
YUV 38.54 110.77 184.67 -
System Red Green Blue C M Y K H S L
Decimal 118 4 8 0 0.97 0.93 0.54 357.89 0.93 0.24
Hex 76 4 8 0 61 5D 36 166 5D 18
Octal 166 4 10 0 141 135 66 546 135 30
Binary 1110110 100 1000 0 1100001 1011101 110110 101100110 1011101 11000

Color Harmonies of #760408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760408

Black with #760408

Text Example


Text Example

White with #760408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760408; }

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

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

background-color css

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

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

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

border-color css

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

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

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