Html Css Color HEX #7A5941 Potters Clay

📋 copy color: '#7A5941'

red 122 ◦ green 89 ◦ blue 65

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

Shades of Potters Clay #7A5941

Tints of Potters Clay #7A5941

RGB

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

 GREEN value IS 89 (35.16% from 255) = 32.25%

 BLUE value IS 65 (25.78% from 255) = 23.55%

R = 44.2%
G = 32.25%
B = 23.55%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.47

 K value IS 0.52

RGB Variations

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

Color information

#7A5941 (or 0x7A5941) is known color: Potters Clay. HEX triplet: 7A, 59 and 41. RGB value is (122,89,65). Sum of RGB (Red+Green+Blue) = 122+89+65=276 (36% of max value = 765). Red value is 122 (48.05% from 255 or 44.20% from 276); Green value is 89 (35.16% from 255 or 32.25% from 276); Blue value is 65 (25.78% from 255 or 23.55% from 276); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5941 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A5941 is #85A6BE. Grayscale: #606060. Windows color (decimal): -8758975 or 4282746. OLE color: 4282746.

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

Color convert

RGB 122 89 65 -
CMYK 0 0.27 0.47 0.52
HSL 25.26º 0.3% 0.37% -
HSV(B) 25.26º 0.47% 0.48% -
XYZ 12.55 11.66 6.59 -
YUV 96.13 110.43 146.45 -
System Red Green Blue C M Y K H S L
Decimal 122 89 65 0 0.27 0.47 0.52 25.26 0.3 0.37
Hex 7A 59 41 0 1B 2F 34 19 1E 25
Octal 172 131 101 0 33 57 64 31 36 45
Binary 1111010 1011001 1000001 0 11011 101111 110100 11001 11110 100101

Color Harmonies of #7A5941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A5941

Black with #7A5941

Text Example


Text Example

White with #7A5941

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,89,65); }

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

background-color css

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

 a { background-color: rgb(122,89,65); }

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

border-color css

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

 span { border-color: rgb(122,89,65); }

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