Html Css Color HEX #7F5A42 Potters Clay

📋 copy color: '#7F5A42'

red 127 ◦ green 90 ◦ blue 66

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

Shades of Potters Clay #7F5A42

Tints of Potters Clay #7F5A42

RGB

 RED value IS 127 (50% from 255) = 44.88%

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

 BLUE value IS 66 (26.17% from 255) = 23.32%

R = 44.88%
G = 31.8%
B = 23.32%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.48

 K value IS 0.50

RGB Variations

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

Color information

#7F5A42 (or 0x7F5A42) is known color: Potters Clay. HEX triplet: 7F, 5A and 42. RGB value is (127,90,66). Sum of RGB (Red+Green+Blue) = 127+90+66=283 (37% of max value = 765). Red value is 127 (50% from 255 or 44.88% from 283); Green value is 90 (35.55% from 255 or 31.80% from 283); Blue value is 66 (26.17% from 255 or 23.32% from 283); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5A42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F5A42 is #80A5BD. Grayscale: #626262. Windows color (decimal): -8431038 or 4348543. OLE color: 4348543.

HSL color Cylindrical-coordinate representation of color #7F5A42: hue angle of 23.61º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7F5A42 is Cyan = 0, Magento = 0.29, Yellow = 0.48 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 90 66 -
CMYK 0 0.29 0.48 0.50
HSL 23.61º 0.32% 0.38% -
HSV(B) 23.61º 0.48% 0.5% -
XYZ 13.39 12.22 6.81 -
YUV 98.33 109.76 148.45 -
System Red Green Blue C M Y K H S L
Decimal 127 90 66 0 0.29 0.48 0.50 23.61 0.32 0.38
Hex 7F 5A 42 0 1D 30 32 18 20 26
Octal 177 132 102 0 35 60 62 30 40 46
Binary 1111111 1011010 1000010 0 11101 110000 110010 11000 100000 100110

Color Harmonies of #7F5A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F5A42

Black with #7F5A42

Text Example


Text Example

White with #7F5A42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,90,66); }

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

background-color css

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

 a { background-color: rgb(127,90,66); }

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

border-color css

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

 span { border-color: rgb(127,90,66); }

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