Html Css Color HEX #7F5937 Potters Clay

📋 copy color: '#7F5937'

red 127 ◦ green 89 ◦ blue 55

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

Shades of Potters Clay #7F5937

Tints of Potters Clay #7F5937

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 20.3%

R = 46.86%
G = 32.84%
B = 20.3%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.57

 K value IS 0.50

RGB Variations

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

Color information

#7F5937 (or 0x7F5937) is known color: Potters Clay. HEX triplet: 7F, 59 and 37. RGB value is (127,89,55). Sum of RGB (Red+Green+Blue) = 127+89+55=271 (35% of max value = 765). Red value is 127 (50% from 255 or 46.86% from 271); Green value is 89 (35.16% from 255 or 32.84% from 271); Blue value is 55 (21.88% from 255 or 20.30% from 271); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5937 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F5937 is #80A6C8. Grayscale: #606060. Windows color (decimal): -8431305 or 3627391. OLE color: 3627391.

HSL color Cylindrical-coordinate representation of color #7F5937: hue angle of 28.33º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7F5937 is Cyan = 0, Magento = 0.30, Yellow = 0.57 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 89 55 -
CMYK 0 0.30 0.57 0.50
HSL 28.33º 0.4% 0.36% -
HSV(B) 28.33º 0.57% 0.5% -
XYZ 13.01 11.93 5.23 -
YUV 96.49 104.59 149.76 -
System Red Green Blue C M Y K H S L
Decimal 127 89 55 0 0.30 0.57 0.50 28.33 0.4 0.36
Hex 7F 59 37 0 1E 39 32 1C 28 24
Octal 177 131 67 0 36 71 62 34 50 44
Binary 1111111 1011001 110111 0 11110 111001 110010 11100 101000 100100

Color Harmonies of #7F5937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F5937

Black with #7F5937

Text Example


Text Example

White with #7F5937

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,89,55); }

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

background-color css

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

 a { background-color: rgb(127,89,55); }

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

border-color css

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

 span { border-color: rgb(127,89,55); }

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