Html Css Color HEX #750407 Sangria

📋 copy color: '#750407'

red 117 ◦ green 4 ◦ blue 7

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

Shades of Sangria #750407

Tints of Sangria #750407

RGB

 RED value IS 117 (46.09% from 255) = 91.41%

 GREEN value IS 4 (1.95% from 255) = 3.13%

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

R = 91.41%
G = 3.13%
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

#750407 (or 0x750407) is known color: Sangria. HEX triplet: 75, 04 and 07. RGB value is (117,4,7). Sum of RGB (Red+Green+Blue) = 117+4+7=128 (16% of max value = 765). Red value is 117 (46.09% from 255 or 91.41% from 128); Green value is 4 (1.95% from 255 or 3.12% from 128); Blue value is 7 (3.12% from 255 or 5.47% from 128); Max value from RGB is 117 - color contains mainly: red. Hex color #750407 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #750407 is #8AFBF8. Grayscale: #262626. Windows color (decimal): -9108473 or 459893. OLE color: 459893.

HSL color Cylindrical-coordinate representation of color #750407: hue angle of 358.41º degrees, saturation: 0.93, 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 #750407 is Cyan = 0, Magento = 0.97, Yellow = 0.94 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 4 7 -
CMYK 0 0.97 0.94 0.54
HSL 358.41º 0.93% 0.24% -
HSV(B) 358.41º 0.97% 0.46% -
XYZ 7.42 3.88 0.56 -
YUV 38.13 110.44 184.26 -
System Red Green Blue C M Y K H S L
Decimal 117 4 7 0 0.97 0.94 0.54 358.41 0.93 0.24
Hex 75 4 7 0 61 5E 36 166 5D 18
Octal 165 4 7 0 141 136 66 546 135 30
Binary 1110101 100 111 0 1100001 1011110 110110 101100110 1011101 11000

Color Harmonies of #750407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750407

Black with #750407

Text Example


Text Example

White with #750407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750407; }

 p { color: rgb(117,4,7); }

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

background-color css

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

 a { background-color: rgb(117,4,7); }

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

border-color css

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

 span { border-color: rgb(117,4,7); }

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