Html Css Color HEX #7B0405 Sangria

📋 copy color: '#7B0405'

red 123 ◦ green 4 ◦ blue 5

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

Shades of Sangria #7B0405

Tints of Sangria #7B0405

RGB

 RED value IS 123 (48.44% from 255) = 93.18%

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

 BLUE value IS 5 (2.34% from 255) = 3.79%

R = 93.18%
G = 3.03%
B = 3.79%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.96

 K value IS 0.52

RGB Variations

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

Color information

#7B0405 (or 0x7B0405) is known color: Sangria. HEX triplet: 7B, 04 and 05. RGB value is (123,4,5). Sum of RGB (Red+Green+Blue) = 123+4+5=132 (17% of max value = 765). Red value is 123 (48.44% from 255 or 93.18% from 132); Green value is 4 (1.95% from 255 or 3.03% from 132); Blue value is 5 (2.34% from 255 or 3.79% from 132); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0405 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7B0405 is #84FBFA. Grayscale: #272727. Windows color (decimal): -8715259 or 328827. OLE color: 328827.

HSL color Cylindrical-coordinate representation of color #7B0405: hue angle of 359.5º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7B0405 is Cyan = 0, Magento = 0.97, Yellow = 0.96 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 4 5 -
CMYK 0 0.97 0.96 0.52
HSL 359.5º 0.94% 0.25% -
HSV(B) 359.5º 0.97% 0.48% -
XYZ 8.24 4.31 0.54 -
YUV 39.7 108.42 187.42 -
System Red Green Blue C M Y K H S L
Decimal 123 4 5 0 0.97 0.96 0.52 359.5 0.94 0.25
Hex 7B 4 5 0 61 60 34 167 5E 19
Octal 173 4 5 0 141 140 64 547 136 31
Binary 1111011 100 101 0 1100001 1100000 110100 101100111 1011110 11001

Color Harmonies of #7B0405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B0405

Black with #7B0405

Text Example


Text Example

White with #7B0405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7B0405; }

 p { color: rgb(123,4,5); }

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

background-color css

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

 a { background-color: rgb(123,4,5); }

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

border-color css

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

 span { border-color: rgb(123,4,5); }

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