Html Css Color HEX #7A5A4B Potters Clay

📋 copy color: '#7A5A4B'

red 122 ◦ green 90 ◦ blue 75

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

Shades of Potters Clay #7A5A4B

Tints of Potters Clay #7A5A4B

RGB

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

 GREEN value IS 90 (35.55% from 255) = 31.36%

 BLUE value IS 75 (29.69% from 255) = 26.13%

R = 42.51%
G = 31.36%
B = 26.13%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.39

 K value IS 0.52

RGB Variations

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

Color information

#7A5A4B (or 0x7A5A4B) is known color: Potters Clay. HEX triplet: 7A, 5A and 4B. RGB value is (122,90,75). Sum of RGB (Red+Green+Blue) = 122+90+75=287 (38% of max value = 765). Red value is 122 (48.05% from 255 or 42.51% from 287); Green value is 90 (35.55% from 255 or 31.36% from 287); Blue value is 75 (29.69% from 255 or 26.13% from 287); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5A4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A5A4B is #85A5B4. Grayscale: #616161. Windows color (decimal): -8758709 or 4938362. OLE color: 4938362.

HSL color Cylindrical-coordinate representation of color #7A5A4B: hue angle of 19.15º degrees, saturation: 0.24, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7A5A4B is Cyan = 0, Magento = 0.26, Yellow = 0.39 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 90 75 -
CMYK 0 0.26 0.39 0.52
HSL 19.15º 0.24% 0.39% -
HSV(B) 19.15º 0.39% 0.48% -
XYZ 12.95 11.96 8.28 -
YUV 97.86 115.1 145.22 -
System Red Green Blue C M Y K H S L
Decimal 122 90 75 0 0.26 0.39 0.52 19.15 0.24 0.39
Hex 7A 5A 4B 0 1A 27 34 13 18 27
Octal 172 132 113 0 32 47 64 23 30 47
Binary 1111010 1011010 1001011 0 11010 100111 110100 10011 11000 100111

Color Harmonies of #7A5A4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A5A4B

Black with #7A5A4B

Text Example


Text Example

White with #7A5A4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,90,75); }

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

background-color css

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

 a { background-color: rgb(122,90,75); }

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

border-color css

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

 span { border-color: rgb(122,90,75); }

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