Html Css Color HEX #7F5742 Potters Clay

📋 copy color: '#7F5742'

red 127 ◦ green 87 ◦ blue 66

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

Shades of Potters Clay #7F5742

Tints of Potters Clay #7F5742

RGB

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

 GREEN value IS 87 (34.38% from 255) = 31.07%

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

R = 45.36%
G = 31.07%
B = 23.57%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.48

 K value IS 0.50

RGB Variations

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

Color information

#7F5742 (or 0x7F5742) is known color: Potters Clay. HEX triplet: 7F, 57 and 42. RGB value is (127,87,66). Sum of RGB (Red+Green+Blue) = 127+87+66=280 (37% of max value = 765). Red value is 127 (50% from 255 or 45.36% from 280); Green value is 87 (34.38% from 255 or 31.07% from 280); Blue value is 66 (26.17% from 255 or 23.57% from 280); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5742 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F5742 is #80A8BD. Grayscale: #606060. Windows color (decimal): -8431806 or 4347775. OLE color: 4347775.

HSL color Cylindrical-coordinate representation of color #7F5742: hue angle of 20.66º 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 #7F5742 is Cyan = 0, Magento = 0.31, Yellow = 0.48 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 87 66 -
CMYK 0 0.31 0.48 0.50
HSL 20.66º 0.32% 0.38% -
HSV(B) 20.66º 0.48% 0.5% -
XYZ 13.14 11.72 6.72 -
YUV 96.57 110.75 149.71 -
System Red Green Blue C M Y K H S L
Decimal 127 87 66 0 0.31 0.48 0.50 20.66 0.32 0.38
Hex 7F 57 42 0 1F 30 32 15 20 26
Octal 177 127 102 0 37 60 62 25 40 46
Binary 1111111 1010111 1000010 0 11111 110000 110010 10101 100000 100110

Color Harmonies of #7F5742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F5742

Black with #7F5742

Text Example


Text Example

White with #7F5742

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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