Html Css Color HEX #770708 Sangria

📋 copy color: '#770708'

red 119 ◦ green 7 ◦ blue 8

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

Shades of Sangria #770708

Tints of Sangria #770708

RGB

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

 GREEN value IS 7 (3.13% from 255) = 5.22%

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

R = 88.81%
G = 5.22%
B = 5.97%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.93

 K value IS 0.53

RGB Variations

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

Color information

#770708 (or 0x770708) is known color: Sangria. HEX triplet: 77, 07 and 08. RGB value is (119,7,8). Sum of RGB (Red+Green+Blue) = 119+7+8=134 (17% of max value = 765). Red value is 119 (46.88% from 255 or 88.81% from 134); Green value is 7 (3.12% from 255 or 5.22% from 134); Blue value is 8 (3.52% from 255 or 5.97% from 134); Max value from RGB is 119 - color contains mainly: red. Hex color #770708 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770708 is #88F8F7. Grayscale: #282828. Windows color (decimal): -8976632 or 526199. OLE color: 526199.

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

Color convert

RGB 119 7 8 -
CMYK 0 0.94 0.93 0.53
HSL 359.46º 0.89% 0.25% -
HSV(B) 359.46º 0.94% 0.47% -
XYZ 7.73 4.09 0.61 -
YUV 40.6 109.61 183.92 -
System Red Green Blue C M Y K H S L
Decimal 119 7 8 0 0.94 0.93 0.53 359.46 0.89 0.25
Hex 77 7 8 0 5E 5D 35 167 59 19
Octal 167 7 10 0 136 135 65 547 131 31
Binary 1110111 111 1000 0 1011110 1011101 110101 101100111 1011001 11001

Color Harmonies of #770708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770708

Black with #770708

Text Example


Text Example

White with #770708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770708; }

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

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

background-color css

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

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

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

border-color css

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

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

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