Html Css Color HEX #7B0708 Sangria

📋 copy color: '#7B0708'

red 123 ◦ green 7 ◦ blue 8

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

Shades of Sangria #7B0708

Tints of Sangria #7B0708

RGB

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

 GREEN value IS 7 (3.13% from 255) = 5.07%

 BLUE value IS 8 (3.52% from 255) = 5.8%

R = 89.13%
G = 5.07%
B = 5.8%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.93

 K value IS 0.52

RGB Variations

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

Color information

#7B0708 (or 0x7B0708) is known color: Sangria. HEX triplet: 7B, 07 and 08. RGB value is (123,7,8). Sum of RGB (Red+Green+Blue) = 123+7+8=138 (18% of max value = 765). Red value is 123 (48.44% from 255 or 89.13% from 138); Green value is 7 (3.12% from 255 or 5.07% from 138); Blue value is 8 (3.52% from 255 or 5.80% from 138); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0708 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7B0708 is #84F8F7. Grayscale: #292929. Windows color (decimal): -8714488 or 526203. OLE color: 526203.

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

Color convert

RGB 123 7 8 -
CMYK 0 0.94 0.93 0.52
HSL 359.48º 0.89% 0.25% -
HSV(B) 359.48º 0.94% 0.48% -
XYZ 8.29 4.38 0.64 -
YUV 41.8 108.93 185.92 -
System Red Green Blue C M Y K H S L
Decimal 123 7 8 0 0.94 0.93 0.52 359.48 0.89 0.25
Hex 7B 7 8 0 5E 5D 34 167 59 19
Octal 173 7 10 0 136 135 64 547 131 31
Binary 1111011 111 1000 0 1011110 1011101 110100 101100111 1011001 11001

Color Harmonies of #7B0708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B0708

Black with #7B0708

Text Example


Text Example

White with #7B0708

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,7,8); }

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

background-color css

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

 a { background-color: rgb(123,7,8); }

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

border-color css

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

 span { border-color: rgb(123,7,8); }

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