Html Css Color HEX #770508 Sangria

📋 copy color: '#770508'

red 119 ◦ green 5 ◦ blue 8

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

Shades of Sangria #770508

Tints of Sangria #770508

RGB

 RED value IS 119 (46.88% from 255) = 90.15%

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

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

R = 90.15%
G = 3.79%
B = 6.06%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.93

 K value IS 0.53

RGB Variations

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

Color information

#770508 (or 0x770508) is known color: Sangria. HEX triplet: 77, 05 and 08. RGB value is (119,5,8). Sum of RGB (Red+Green+Blue) = 119+5+8=132 (17% of max value = 765). Red value is 119 (46.88% from 255 or 90.15% from 132); Green value is 5 (2.34% from 255 or 3.79% from 132); Blue value is 8 (3.52% from 255 or 6.06% from 132); Max value from RGB is 119 - color contains mainly: red. Hex color #770508 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770508 is #88FAF7. Grayscale: #272727. Windows color (decimal): -8977144 or 525687. OLE color: 525687.

HSL color Cylindrical-coordinate representation of color #770508: hue angle of 358.42º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #770508 is Cyan = 0, Magento = 0.96, Yellow = 0.93 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 5 8 -
CMYK 0 0.96 0.93 0.53
HSL 358.42º 0.92% 0.24% -
HSV(B) 358.42º 0.96% 0.47% -
XYZ 7.71 4.05 0.6 -
YUV 39.43 110.27 184.76 -
System Red Green Blue C M Y K H S L
Decimal 119 5 8 0 0.96 0.93 0.53 358.42 0.92 0.24
Hex 77 5 8 0 60 5D 35 166 5C 18
Octal 167 5 10 0 140 135 65 546 134 30
Binary 1110111 101 1000 0 1100000 1011101 110101 101100110 1011100 11000

Color Harmonies of #770508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770508

Black with #770508

Text Example


Text Example

White with #770508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770508; }

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

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

background-color css

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

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

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

border-color css

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

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

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