Html Css Color HEX #7A583D Potters Clay

📋 copy color: '#7A583D'

red 122 ◦ green 88 ◦ blue 61

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

Shades of Potters Clay #7A583D

Tints of Potters Clay #7A583D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 22.51%

R = 45.02%
G = 32.47%
B = 22.51%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.50

 K value IS 0.52

RGB Variations

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

Color information

#7A583D (or 0x7A583D) is known color: Potters Clay. HEX triplet: 7A, 58 and 3D. RGB value is (122,88,61). Sum of RGB (Red+Green+Blue) = 122+88+61=271 (35% of max value = 765). Red value is 122 (48.05% from 255 or 45.02% from 271); Green value is 88 (34.77% from 255 or 32.47% from 271); Blue value is 61 (24.22% from 255 or 22.51% from 271); Max value from RGB is 122 - color contains mainly: red. Hex color #7A583D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A583D is #85A7C2. Grayscale: #5F5F5F. Windows color (decimal): -8759235 or 4020346. OLE color: 4020346.

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

Color convert

RGB 122 88 61 -
CMYK 0 0.28 0.50 0.52
HSL 26.56º 0.33% 0.36% -
HSV(B) 26.56º 0.5% 0.48% -
XYZ 12.36 11.45 5.97 -
YUV 95.09 108.76 147.2 -
System Red Green Blue C M Y K H S L
Decimal 122 88 61 0 0.28 0.50 0.52 26.56 0.33 0.36
Hex 7A 58 3D 0 1C 32 34 1B 21 24
Octal 172 130 75 0 34 62 64 33 41 44
Binary 1111010 1011000 111101 0 11100 110010 110100 11011 100001 100100

Color Harmonies of #7A583D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A583D

Black with #7A583D

Text Example


Text Example

White with #7A583D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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