Html Css Color HEX #7A060D Sangria

📋 copy color: '#7A060D'

red 122 ◦ green 6 ◦ blue 13

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

Shades of Sangria #7A060D

Tints of Sangria #7A060D

RGB

 RED value IS 122 (48.05% from 255) = 86.52%

 GREEN value IS 6 (2.73% from 255) = 4.26%

 BLUE value IS 13 (5.47% from 255) = 9.22%

R = 86.52%
G = 4.26%
B = 9.22%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.89

 K value IS 0.52

RGB Variations

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

Color information

#7A060D (or 0x7A060D) is known color: Sangria. HEX triplet: 7A, 06 and 0D. RGB value is (122,6,13). Sum of RGB (Red+Green+Blue) = 122+6+13=141 (18% of max value = 765). Red value is 122 (48.05% from 255 or 86.52% from 141); Green value is 6 (2.73% from 255 or 4.26% from 141); Blue value is 13 (5.47% from 255 or 9.22% from 141); Max value from RGB is 122 - color contains mainly: red. Hex color #7A060D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7A060D is #85F9F2. Grayscale: #292929. Windows color (decimal): -8780275 or 853626. OLE color: 853626.

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

Color convert

RGB 122 6 13 -
CMYK 0 0.95 0.89 0.52
HSL 356.38º 0.91% 0.25% -
HSV(B) 356.38º 0.95% 0.48% -
XYZ 8.16 4.3 0.78 -
YUV 41.48 111.93 185.43 -
System Red Green Blue C M Y K H S L
Decimal 122 6 13 0 0.95 0.89 0.52 356.38 0.91 0.25
Hex 7A 6 D 0 5F 59 34 164 5B 19
Octal 172 6 15 0 137 131 64 544 133 31
Binary 1111010 110 1101 0 1011111 1011001 110100 101100100 1011011 11001

Color Harmonies of #7A060D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A060D

Black with #7A060D

Text Example


Text Example

White with #7A060D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,6,13); }

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

background-color css

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

 a { background-color: rgb(122,6,13); }

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

border-color css

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

 span { border-color: rgb(122,6,13); }

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