#760207

Color #760207 Sangria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sangria #760207

Tints of Sangria #760207

Color information

#760207 (or 0x760207) is unknown color: approx 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

RGB11827-
CMYK00.980.940.54
HSL357.41º96.67%23.53%-
HSV(B)357.41º98.31%46.27%-
XYZ7.533.910.56-
YUV37.25110.93185.59-

RGB Variations

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

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.12% from 255) = 5.51%
R=92.91%
G=1.57%
B=5.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.94
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1182700.980.940.54357.4196.6723.53
Hex76270625E361656118
Octal1662701421366654514130
Binary111011010111011000101011110110110101100101110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>