Html Css Color HEX #770108 Sangria

📋 copy color: '#770108'

red 119 ◦ green 1 ◦ blue 8

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

Shades of Sangria #770108

Tints of Sangria #770108

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.78%

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

R = 92.97%
G = 0.78%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.93

 K value IS 0.53

RGB Variations

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

Color information

#770108 (or 0x770108) is known color: Sangria. HEX triplet: 77, 01 and 08. RGB value is (119,1,8). Sum of RGB (Red+Green+Blue) = 119+1+8=128 (16% of max value = 765). Red value is 119 (46.88% from 255 or 92.97% from 128); Green value is 1 (0.78% from 255 or 0.78% from 128); Blue value is 8 (3.52% from 255 or 6.25% from 128); Max value from RGB is 119 - color contains mainly: red. Hex color #770108 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770108 is #88FEF7. Grayscale: #252525. Windows color (decimal): -8978168 or 524663. OLE color: 524663.

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

Color convert

RGB 119 1 8 -
CMYK 0 0.99 0.93 0.53
HSL 356.44º 0.98% 0.24% -
HSV(B) 356.44º 0.99% 0.47% -
XYZ 7.66 3.96 0.59 -
YUV 37.08 111.59 186.43 -
System Red Green Blue C M Y K H S L
Decimal 119 1 8 0 0.99 0.93 0.53 356.44 0.98 0.24
Hex 77 1 8 0 63 5D 35 164 62 18
Octal 167 1 10 0 143 135 65 544 142 30
Binary 1110111 1 1000 0 1100011 1011101 110101 101100100 1100010 11000

Color Harmonies of #770108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770108

Black with #770108

Text Example


Text Example

White with #770108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770108; }

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

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

background-color css

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

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

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

border-color css

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

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

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