Html Css Color HEX #7A2819 Pueblo

📋 copy color: '#7A2819'

red 122 ◦ green 40 ◦ blue 25

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

Shades of Pueblo #7A2819

Tints of Pueblo #7A2819

RGB

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

 GREEN value IS 40 (16.02% from 255) = 21.39%

 BLUE value IS 25 (10.16% from 255) = 13.37%

R = 65.24%
G = 21.39%
B = 13.37%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.80

 K value IS 0.52

RGB Variations

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

Color information

#7A2819 (or 0x7A2819) is known color: Pueblo. HEX triplet: 7A, 28 and 19. RGB value is (122,40,25). Sum of RGB (Red+Green+Blue) = 122+40+25=187 (24% of max value = 765). Red value is 122 (48.05% from 255 or 65.24% from 187); Green value is 40 (16.02% from 255 or 21.39% from 187); Blue value is 25 (10.16% from 255 or 13.37% from 187); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2819 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7A2819 is #85D7E6. Grayscale: #3E3E3E. Windows color (decimal): -8771559 or 1648762. OLE color: 1648762.

HSL color Cylindrical-coordinate representation of color #7A2819: hue angle of 9.28º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7A2819 is Cyan = 0, Magento = 0.67, Yellow = 0.80 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 40 25 -
CMYK 0 0.67 0.80 0.52
HSL 9.28º 0.66% 0.29% -
HSV(B) 9.28º 0.8% 0.48% -
XYZ 8.96 5.73 1.55 -
YUV 62.81 106.67 170.22 -
System Red Green Blue C M Y K H S L
Decimal 122 40 25 0 0.67 0.80 0.52 9.28 0.66 0.29
Hex 7A 28 19 0 43 50 34 9 42 1D
Octal 172 50 31 0 103 120 64 11 102 35
Binary 1111010 101000 11001 0 1000011 1010000 110100 1001 1000010 11101

Color Harmonies of #7A2819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A2819

Black with #7A2819

Text Example


Text Example

White with #7A2819

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,40,25); }

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

background-color css

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

 a { background-color: rgb(122,40,25); }

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

border-color css

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

 span { border-color: rgb(122,40,25); }

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