Html Css Color HEX #7A583F Potters Clay

📋 copy color: '#7A583F'

red 122 ◦ green 88 ◦ blue 63

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

Shades of Potters Clay #7A583F

Tints of Potters Clay #7A583F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 23.08%

R = 44.69%
G = 32.23%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.48

 K value IS 0.52

RGB Variations

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

Color information

#7A583F (or 0x7A583F) is known color: Potters Clay. HEX triplet: 7A, 58 and 3F. RGB value is (122,88,63). Sum of RGB (Red+Green+Blue) = 122+88+63=273 (36% of max value = 765). Red value is 122 (48.05% from 255 or 44.69% from 273); Green value is 88 (34.77% from 255 or 32.23% from 273); Blue value is 63 (25% from 255 or 23.08% from 273); Max value from RGB is 122 - color contains mainly: red. Hex color #7A583F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A583F is #85A7C0. Grayscale: #5F5F5F. Windows color (decimal): -8759233 or 4151418. OLE color: 4151418.

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

Color convert

RGB 122 88 63 -
CMYK 0 0.28 0.48 0.52
HSL 25.42º 0.32% 0.36% -
HSV(B) 25.42º 0.48% 0.48% -
XYZ 12.41 11.48 6.26 -
YUV 95.32 109.76 147.03 -
System Red Green Blue C M Y K H S L
Decimal 122 88 63 0 0.28 0.48 0.52 25.42 0.32 0.36
Hex 7A 58 3F 0 1C 30 34 19 20 24
Octal 172 130 77 0 34 60 64 31 40 44
Binary 1111010 1011000 111111 0 11100 110000 110100 11001 100000 100100

Color Harmonies of #7A583F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A583F

Black with #7A583F

Text Example


Text Example

White with #7A583F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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