Html Css Color HEX #7B5741 Potters Clay

📋 copy color: '#7B5741'

red 123 ◦ green 87 ◦ blue 65

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

Shades of Potters Clay #7B5741

Tints of Potters Clay #7B5741

RGB

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

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

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

R = 44.73%
G = 31.64%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.47

 K value IS 0.52

RGB Variations

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

Color information

#7B5741 (or 0x7B5741) is known color: Potters Clay. HEX triplet: 7B, 57 and 41. RGB value is (123,87,65). Sum of RGB (Red+Green+Blue) = 123+87+65=275 (36% of max value = 765). Red value is 123 (48.44% from 255 or 44.73% from 275); Green value is 87 (34.38% from 255 or 31.64% from 275); Blue value is 65 (25.78% from 255 or 23.64% from 275); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5741 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B5741 is #84A8BE. Grayscale: #5F5F5F. Windows color (decimal): -8693951 or 4282235. OLE color: 4282235.

HSL color Cylindrical-coordinate representation of color #7B5741: hue angle of 22.76º 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 #7B5741 is Cyan = 0, Magento = 0.29, Yellow = 0.47 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 87 65 -
CMYK 0 0.29 0.47 0.52
HSL 22.76º 0.31% 0.37% -
HSV(B) 22.76º 0.47% 0.48% -
XYZ 12.53 11.41 6.54 -
YUV 95.26 110.93 147.79 -
System Red Green Blue C M Y K H S L
Decimal 123 87 65 0 0.29 0.47 0.52 22.76 0.31 0.37
Hex 7B 57 41 0 1D 2F 34 17 1F 25
Octal 173 127 101 0 35 57 64 27 37 45
Binary 1111011 1010111 1000001 0 11101 101111 110100 10111 11111 100101

Color Harmonies of #7B5741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B5741

Black with #7B5741

Text Example


Text Example

White with #7B5741

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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