Html Css Color HEX #760307 Sangria

📋 copy color: '#760307'

red 118 ◦ green 3 ◦ blue 7

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

Shades of Sangria #760307

Tints of Sangria #760307

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.34%

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

R = 92.19%
G = 2.34%
B = 5.47%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.94

 K value IS 0.54

RGB Variations

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

Color information

#760307 (or 0x760307) is known color: Sangria. HEX triplet: 76, 03 and 07. RGB value is (118,3,7). Sum of RGB (Red+Green+Blue) = 118+3+7=128 (16% of max value = 765). Red value is 118 (46.48% from 255 or 92.19% from 128); Green value is 3 (1.56% from 255 or 2.34% from 128); Blue value is 7 (3.12% from 255 or 5.47% from 128); Max value from RGB is 118 - color contains mainly: red. Hex color #760307 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760307 is #89FCF8. Grayscale: #252525. Windows color (decimal): -9043193 or 459638. OLE color: 459638.

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

Color convert

RGB 118 3 7 -
CMYK 0 0.97 0.94 0.54
HSL 357.91º 0.95% 0.24% -
HSV(B) 357.91º 0.97% 0.46% -
XYZ 7.54 3.93 0.56 -
YUV 37.84 110.6 185.17 -
System Red Green Blue C M Y K H S L
Decimal 118 3 7 0 0.97 0.94 0.54 357.91 0.95 0.24
Hex 76 3 7 0 61 5E 36 166 5F 18
Octal 166 3 7 0 141 136 66 546 137 30
Binary 1110110 11 111 0 1100001 1011110 110110 101100110 1011111 11000

Color Harmonies of #760307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760307

Black with #760307

Text Example


Text Example

White with #760307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760307; }

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

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

background-color css

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

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

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

border-color css

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

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

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