Html Css Color HEX #760207 Sangria

📋 copy color: '#760207'

red 118 ◦ green 2 ◦ blue 7

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

Shades of Sangria #760207

Tints of Sangria #760207

RGB

 RED value IS 118 (46.48% from 255) = 92.91%

 GREEN value IS 2 (1.17% from 255) = 1.57%

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

R = 92.91%
G = 1.57%
B = 5.51%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.94

 K value IS 0.54

RGB Variations

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

Color information

#760207 (or 0x760207) is known color: Sangria. HEX triplet: 76, 02 and 07. RGB value is (118,2,7). Sum of RGB (Red+Green+Blue) = 118+2+7=127 (16% of max value = 765). Red value is 118 (46.48% from 255 or 92.91% from 127); Green value is 2 (1.17% from 255 or 1.57% from 127); Blue value is 7 (3.12% from 255 or 5.51% from 127); Max value from RGB is 118 - color contains mainly: red. Hex color #760207 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760207 is #89FDF8. Grayscale: #252525. Windows color (decimal): -9043449 or 459382. OLE color: 459382.

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

Color convert

RGB 118 2 7 -
CMYK 0 0.98 0.94 0.54
HSL 357.41º 0.97% 0.24% -
HSV(B) 357.41º 0.98% 0.46% -
XYZ 7.53 3.91 0.56 -
YUV 37.25 110.93 185.59 -
System Red Green Blue C M Y K H S L
Decimal 118 2 7 0 0.98 0.94 0.54 357.41 0.97 0.24
Hex 76 2 7 0 62 5E 36 165 61 18
Octal 166 2 7 0 142 136 66 545 141 30
Binary 1110110 10 111 0 1100010 1011110 110110 101100101 1100001 11000

Color Harmonies of #760207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760207

Black with #760207

Text Example


Text Example

White with #760207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760207; }

 p { color: rgb(118,2,7); }

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

background-color css

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

 a { background-color: rgb(118,2,7); }

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

border-color css

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

 span { border-color: rgb(118,2,7); }

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