Html Css Color HEX #7B5941 Potters Clay

📋 copy color: '#7B5941'

red 123 ◦ green 89 ◦ blue 65

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

Shades of Potters Clay #7B5941

Tints of Potters Clay #7B5941

RGB

 RED value IS 123 (48.44% from 255) = 44.4%

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

 BLUE value IS 65 (25.78% from 255) = 23.47%

R = 44.4%
G = 32.13%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.47

 K value IS 0.52

RGB Variations

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

Color information

#7B5941 (or 0x7B5941) is known color: Potters Clay. HEX triplet: 7B, 59 and 41. RGB value is (123,89,65). Sum of RGB (Red+Green+Blue) = 123+89+65=277 (36% of max value = 765). Red value is 123 (48.44% from 255 or 44.40% from 277); Green value is 89 (35.16% from 255 or 32.13% from 277); Blue value is 65 (25.78% from 255 or 23.47% from 277); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5941 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B5941 is #84A6BE. Grayscale: #606060. Windows color (decimal): -8693439 or 4282747. OLE color: 4282747.

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

Color convert

RGB 123 89 65 -
CMYK 0 0.28 0.47 0.52
HSL 24.83º 0.31% 0.37% -
HSV(B) 24.83º 0.47% 0.48% -
XYZ 12.69 11.74 6.6 -
YUV 96.43 110.26 146.95 -
System Red Green Blue C M Y K H S L
Decimal 123 89 65 0 0.28 0.47 0.52 24.83 0.31 0.37
Hex 7B 59 41 0 1C 2F 34 19 1F 25
Octal 173 131 101 0 34 57 64 31 37 45
Binary 1111011 1011001 1000001 0 11100 101111 110100 11001 11111 100101

Color Harmonies of #7B5941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B5941

Black with #7B5941

Text Example


Text Example

White with #7B5941

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,89,65); }

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

background-color css

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

 a { background-color: rgb(123,89,65); }

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

border-color css

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

 span { border-color: rgb(123,89,65); }

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