Html Css Color HEX #760507 Sangria

📋 copy color: '#760507'

red 118 ◦ green 5 ◦ blue 7

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

Shades of Sangria #760507

Tints of Sangria #760507

RGB

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

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

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

R = 90.77%
G = 3.85%
B = 5.38%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.94

 K value IS 0.54

RGB Variations

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

Color information

#760507 (or 0x760507) is known color: Sangria. HEX triplet: 76, 05 and 07. RGB value is (118,5,7). Sum of RGB (Red+Green+Blue) = 118+5+7=130 (17% of max value = 765). Red value is 118 (46.48% from 255 or 90.77% from 130); Green value is 5 (2.34% from 255 or 3.85% from 130); Blue value is 7 (3.12% from 255 or 5.38% from 130); Max value from RGB is 118 - color contains mainly: red. Hex color #760507 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760507 is #89FAF8. Grayscale: #272727. Windows color (decimal): -9042681 or 460150. OLE color: 460150.

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

Color convert

RGB 118 5 7 -
CMYK 0 0.96 0.94 0.54
HSL 358.94º 0.92% 0.24% -
HSV(B) 358.94º 0.96% 0.46% -
XYZ 7.56 3.98 0.57 -
YUV 39.02 109.94 184.34 -
System Red Green Blue C M Y K H S L
Decimal 118 5 7 0 0.96 0.94 0.54 358.94 0.92 0.24
Hex 76 5 7 0 60 5E 36 167 5C 18
Octal 166 5 7 0 140 136 66 547 134 30
Binary 1110110 101 111 0 1100000 1011110 110110 101100111 1011100 11000

Color Harmonies of #760507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760507

Black with #760507

Text Example


Text Example

White with #760507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760507; }

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

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

background-color css

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

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

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

border-color css

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

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

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