Html Css Color HEX #7A5A43 Potters Clay

📋 copy color: '#7A5A43'

red 122 ◦ green 90 ◦ blue 67

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

Shades of Potters Clay #7A5A43

Tints of Potters Clay #7A5A43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 24.01%

R = 43.73%
G = 32.26%
B = 24.01%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.45

 K value IS 0.52

RGB Variations

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

Color information

#7A5A43 (or 0x7A5A43) is known color: Potters Clay. HEX triplet: 7A, 5A and 43. RGB value is (122,90,67). Sum of RGB (Red+Green+Blue) = 122+90+67=279 (36% of max value = 765). Red value is 122 (48.05% from 255 or 43.73% from 279); Green value is 90 (35.55% from 255 or 32.26% from 279); Blue value is 67 (26.56% from 255 or 24.01% from 279); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5A43 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A5A43 is #85A5BC. Grayscale: #616161. Windows color (decimal): -8758717 or 4414074. OLE color: 4414074.

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

Color convert

RGB 122 90 67 -
CMYK 0 0.26 0.45 0.52
HSL 25.09º 0.29% 0.37% -
HSV(B) 25.09º 0.45% 0.48% -
XYZ 12.7 11.86 6.93 -
YUV 96.95 111.1 145.87 -
System Red Green Blue C M Y K H S L
Decimal 122 90 67 0 0.26 0.45 0.52 25.09 0.29 0.37
Hex 7A 5A 43 0 1A 2D 34 19 1D 25
Octal 172 132 103 0 32 55 64 31 35 45
Binary 1111010 1011010 1000011 0 11010 101101 110100 11001 11101 100101

Color Harmonies of #7A5A43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A5A43

Black with #7A5A43

Text Example


Text Example

White with #7A5A43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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