Html Css Color HEX #770308 Sangria

📋 copy color: '#770308'

red 119 ◦ green 3 ◦ blue 8

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

Shades of Sangria #770308

Tints of Sangria #770308

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.31%

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

R = 91.54%
G = 2.31%
B = 6.15%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.93

 K value IS 0.53

RGB Variations

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

Color information

#770308 (or 0x770308) is known color: Sangria. HEX triplet: 77, 03 and 08. RGB value is (119,3,8). Sum of RGB (Red+Green+Blue) = 119+3+8=130 (17% of max value = 765). Red value is 119 (46.88% from 255 or 91.54% from 130); Green value is 3 (1.56% from 255 or 2.31% from 130); Blue value is 8 (3.52% from 255 or 6.15% from 130); Max value from RGB is 119 - color contains mainly: red. Hex color #770308 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770308 is #88FCF7. Grayscale: #262626. Windows color (decimal): -8977656 or 525175. OLE color: 525175.

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

Color convert

RGB 119 3 8 -
CMYK 0 0.97 0.93 0.53
HSL 357.41º 0.95% 0.24% -
HSV(B) 357.41º 0.97% 0.47% -
XYZ 7.68 4 0.6 -
YUV 38.25 110.93 185.59 -
System Red Green Blue C M Y K H S L
Decimal 119 3 8 0 0.97 0.93 0.53 357.41 0.95 0.24
Hex 77 3 8 0 61 5D 35 165 5F 18
Octal 167 3 10 0 141 135 65 545 137 30
Binary 1110111 11 1000 0 1100001 1011101 110101 101100101 1011111 11000

Color Harmonies of #770308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770308

Black with #770308

Text Example


Text Example

White with #770308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770308; }

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

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

background-color css

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

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

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

border-color css

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

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

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