Html Css Color HEX #760406 Sangria

📋 copy color: '#760406'

red 118 ◦ green 4 ◦ blue 6

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

Shades of Sangria #760406

Tints of Sangria #760406

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 4.69%

R = 92.19%
G = 3.13%
B = 4.69%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.95

 K value IS 0.54

RGB Variations

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

Color information

#760406 (or 0x760406) is known color: Sangria. HEX triplet: 76, 04 and 06. RGB value is (118,4,6). Sum of RGB (Red+Green+Blue) = 118+4+6=128 (16% of max value = 765). Red value is 118 (46.48% from 255 or 92.19% from 128); Green value is 4 (1.95% from 255 or 3.12% from 128); Blue value is 6 (2.73% from 255 or 4.69% from 128); Max value from RGB is 118 - color contains mainly: red. Hex color #760406 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760406 is #89FBF9. Grayscale: #262626. Windows color (decimal): -9042938 or 394358. OLE color: 394358.

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

Color convert

RGB 118 4 6 -
CMYK 0 0.97 0.95 0.54
HSL 358.95º 0.93% 0.24% -
HSV(B) 358.95º 0.97% 0.46% -
XYZ 7.55 3.95 0.54 -
YUV 38.31 109.77 184.84 -
System Red Green Blue C M Y K H S L
Decimal 118 4 6 0 0.97 0.95 0.54 358.95 0.93 0.24
Hex 76 4 6 0 61 5F 36 167 5D 18
Octal 166 4 6 0 141 137 66 547 135 30
Binary 1110110 100 110 0 1100001 1011111 110110 101100111 1011101 11000

Color Harmonies of #760406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760406

Black with #760406

Text Example


Text Example

White with #760406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760406; }

 p { color: rgb(118,4,6); }

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

background-color css

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

 a { background-color: rgb(118,4,6); }

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

border-color css

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

 span { border-color: rgb(118,4,6); }

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