Html Css Color HEX #770407 Sangria

📋 copy color: '#770407'

red 119 ◦ green 4 ◦ blue 7

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

Shades of Sangria #770407

Tints of Sangria #770407

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.08%

 BLUE value IS 7 (3.13% from 255) = 5.38%

R = 91.54%
G = 3.08%
B = 5.38%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.94

 K value IS 0.53

RGB Variations

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

Color information

#770407 (or 0x770407) is known color: Sangria. HEX triplet: 77, 04 and 07. RGB value is (119,4,7). Sum of RGB (Red+Green+Blue) = 119+4+7=130 (17% of max value = 765). Red value is 119 (46.88% from 255 or 91.54% from 130); Green value is 4 (1.95% from 255 or 3.08% from 130); Blue value is 7 (3.12% from 255 or 5.38% from 130); Max value from RGB is 119 - color contains mainly: red. Hex color #770407 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770407 is #88FBF8. Grayscale: #262626. Windows color (decimal): -8977401 or 459895. OLE color: 459895.

HSL color Cylindrical-coordinate representation of color #770407: hue angle of 358.43º degrees, saturation: 0.93, 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 #770407 is Cyan = 0, Magento = 0.97, Yellow = 0.94 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 4 7 -
CMYK 0 0.97 0.94 0.53
HSL 358.43º 0.93% 0.24% -
HSV(B) 358.43º 0.97% 0.47% -
XYZ 7.69 4.02 0.57 -
YUV 38.73 110.1 185.26 -
System Red Green Blue C M Y K H S L
Decimal 119 4 7 0 0.97 0.94 0.53 358.43 0.93 0.24
Hex 77 4 7 0 61 5E 35 166 5D 18
Octal 167 4 7 0 141 136 65 546 135 30
Binary 1110111 100 111 0 1100001 1011110 110101 101100110 1011101 11000

Color Harmonies of #770407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770407

Black with #770407

Text Example


Text Example

White with #770407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770407; }

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

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

background-color css

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

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

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

border-color css

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

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

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