Html Css Color HEX #770607 Sangria

📋 copy color: '#770607'

red 119 ◦ green 6 ◦ blue 7

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

Shades of Sangria #770607

Tints of Sangria #770607

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.55%

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

R = 90.15%
G = 4.55%
B = 5.3%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.94

 K value IS 0.53

RGB Variations

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

Color information

#770607 (or 0x770607) is known color: Sangria. HEX triplet: 77, 06 and 07. RGB value is (119,6,7). Sum of RGB (Red+Green+Blue) = 119+6+7=132 (17% of max value = 765). Red value is 119 (46.88% from 255 or 90.15% from 132); Green value is 6 (2.73% from 255 or 4.55% from 132); Blue value is 7 (3.12% from 255 or 5.30% from 132); Max value from RGB is 119 - color contains mainly: red. Hex color #770607 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770607 is #88F9F8. Grayscale: #282828. Windows color (decimal): -8976889 or 460407. OLE color: 460407.

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

Color convert

RGB 119 6 7 -
CMYK 0 0.95 0.94 0.53
HSL 359.47º 0.9% 0.25% -
HSV(B) 359.47º 0.95% 0.47% -
XYZ 7.71 4.07 0.58 -
YUV 39.9 109.44 184.42 -
System Red Green Blue C M Y K H S L
Decimal 119 6 7 0 0.95 0.94 0.53 359.47 0.9 0.25
Hex 77 6 7 0 5F 5E 35 167 5A 19
Octal 167 6 7 0 137 136 65 547 132 31
Binary 1110111 110 111 0 1011111 1011110 110101 101100111 1011010 11001

Color Harmonies of #770607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770607

Black with #770607

Text Example


Text Example

White with #770607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770607; }

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

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

background-color css

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

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

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

border-color css

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

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

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