Html Css Color HEX #7A331D Pueblo

📋 copy color: '#7A331D'

red 122 ◦ green 51 ◦ blue 29

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

Shades of Pueblo #7A331D

Tints of Pueblo #7A331D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 25.25%

 BLUE value IS 29 (11.72% from 255) = 14.36%

R = 60.4%
G = 25.25%
B = 14.36%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.76

 K value IS 0.52

RGB Variations

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

Color information

#7A331D (or 0x7A331D) is known color: Pueblo. HEX triplet: 7A, 33 and 1D. RGB value is (122,51,29). Sum of RGB (Red+Green+Blue) = 122+51+29=202 (26% of max value = 765). Red value is 122 (48.05% from 255 or 60.40% from 202); Green value is 51 (20.31% from 255 or 25.25% from 202); Blue value is 29 (11.72% from 255 or 14.36% from 202); Max value from RGB is 122 - color contains mainly: red. Hex color #7A331D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A331D is #85CCE2. Grayscale: #454545. Windows color (decimal): -8768739 or 1913722. OLE color: 1913722.

HSL color Cylindrical-coordinate representation of color #7A331D: hue angle of 14.19º degrees, saturation: 0.62, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7A331D is Cyan = 0, Magento = 0.58, Yellow = 0.76 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 51 29 -
CMYK 0 0.58 0.76 0.52
HSL 14.19º 0.62% 0.3% -
HSV(B) 14.19º 0.76% 0.48% -
XYZ 9.43 6.59 1.94 -
YUV 69.72 105.02 165.29 -
System Red Green Blue C M Y K H S L
Decimal 122 51 29 0 0.58 0.76 0.52 14.19 0.62 0.3
Hex 7A 33 1D 0 3A 4C 34 E 3E 1E
Octal 172 63 35 0 72 114 64 16 76 36
Binary 1111010 110011 11101 0 111010 1001100 110100 1110 111110 11110

Color Harmonies of #7A331D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A331D

Black with #7A331D

Text Example


Text Example

White with #7A331D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,51,29); }

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

background-color css

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

 a { background-color: rgb(122,51,29); }

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

border-color css

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

 span { border-color: rgb(122,51,29); }

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