Html Css Color HEX #770506 Sangria

📋 copy color: '#770506'

red 119 ◦ green 5 ◦ blue 6

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

Shades of Sangria #770506

Tints of Sangria #770506

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 4.62%

R = 91.54%
G = 3.85%
B = 4.62%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.95

 K value IS 0.53

RGB Variations

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

Color information

#770506 (or 0x770506) is known color: Sangria. HEX triplet: 77, 05 and 06. RGB value is (119,5,6). Sum of RGB (Red+Green+Blue) = 119+5+6=130 (17% of max value = 765). Red value is 119 (46.88% from 255 or 91.54% from 130); Green value is 5 (2.34% from 255 or 3.85% from 130); Blue value is 6 (2.73% from 255 or 4.62% from 130); Max value from RGB is 119 - color contains mainly: red. Hex color #770506 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770506 is #88FAF9. Grayscale: #272727. Windows color (decimal): -8977146 or 394615. OLE color: 394615.

HSL color Cylindrical-coordinate representation of color #770506: hue angle of 359.47º 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 #770506 is Cyan = 0, Magento = 0.96, Yellow = 0.95 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 5 6 -
CMYK 0 0.96 0.95 0.53
HSL 359.47º 0.92% 0.24% -
HSV(B) 359.47º 0.96% 0.47% -
XYZ 7.69 4.04 0.55 -
YUV 39.2 109.27 184.92 -
System Red Green Blue C M Y K H S L
Decimal 119 5 6 0 0.96 0.95 0.53 359.47 0.92 0.24
Hex 77 5 6 0 60 5F 35 167 5C 18
Octal 167 5 6 0 140 137 65 547 134 30
Binary 1110111 101 110 0 1100000 1011111 110101 101100111 1011100 11000

Color Harmonies of #770506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770506

Black with #770506

Text Example


Text Example

White with #770506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770506; }

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

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

background-color css

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

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

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

border-color css

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

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

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