Html Css Color HEX #7A5845 Potters Clay

📋 copy color: '#7A5845'

red 122 ◦ green 88 ◦ blue 69

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

Shades of Potters Clay #7A5845

Tints of Potters Clay #7A5845

RGB

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

 GREEN value IS 88 (34.77% from 255) = 31.54%

 BLUE value IS 69 (27.34% from 255) = 24.73%

R = 43.73%
G = 31.54%
B = 24.73%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.43

 K value IS 0.52

RGB Variations

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

Color information

#7A5845 (or 0x7A5845) is known color: Potters Clay. HEX triplet: 7A, 58 and 45. RGB value is (122,88,69). Sum of RGB (Red+Green+Blue) = 122+88+69=279 (36% of max value = 765). Red value is 122 (48.05% from 255 or 43.73% from 279); Green value is 88 (34.77% from 255 or 31.54% from 279); Blue value is 69 (27.34% from 255 or 24.73% from 279); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5845 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A5845 is #85A7BA. Grayscale: #606060. Windows color (decimal): -8759227 or 4544634. OLE color: 4544634.

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

Color convert

RGB 122 88 69 -
CMYK 0 0.28 0.43 0.52
HSL 21.51º 0.28% 0.37% -
HSV(B) 21.51º 0.43% 0.48% -
XYZ 12.59 11.55 7.2 -
YUV 96 112.76 146.54 -
System Red Green Blue C M Y K H S L
Decimal 122 88 69 0 0.28 0.43 0.52 21.51 0.28 0.37
Hex 7A 58 45 0 1C 2B 34 16 1C 25
Octal 172 130 105 0 34 53 64 26 34 45
Binary 1111010 1011000 1000101 0 11100 101011 110100 10110 11100 100101

Color Harmonies of #7A5845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A5845

Black with #7A5845

Text Example


Text Example

White with #7A5845

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,88,69); }

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

background-color css

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

 a { background-color: rgb(122,88,69); }

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

border-color css

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

 span { border-color: rgb(122,88,69); }

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