Html Css Color HEX #7B5E41 Potters Clay

📋 copy color: '#7B5E41'

red 123 ◦ green 94 ◦ blue 65

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

Shades of Potters Clay #7B5E41

Tints of Potters Clay #7B5E41

RGB

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

 GREEN value IS 94 (37.11% from 255) = 33.33%

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

R = 43.62%
G = 33.33%
B = 23.05%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.47

 K value IS 0.52

RGB Variations

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

Color information

#7B5E41 (or 0x7B5E41) is known color: Potters Clay. HEX triplet: 7B, 5E and 41. RGB value is (123,94,65). Sum of RGB (Red+Green+Blue) = 123+94+65=282 (37% of max value = 765). Red value is 123 (48.44% from 255 or 43.62% from 282); Green value is 94 (37.11% from 255 or 33.33% from 282); Blue value is 65 (25.78% from 255 or 23.05% from 282); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5E41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B5E41 is #84A1BE. Grayscale: #636363. Windows color (decimal): -8692159 or 4284027. OLE color: 4284027.

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

Color convert

RGB 123 94 65 -
CMYK 0 0.24 0.47 0.52
HSL 30º 0.31% 0.37% -
HSV(B) 30º 0.47% 0.48% -
XYZ 13.13 12.6 6.74 -
YUV 99.37 108.61 144.86 -
System Red Green Blue C M Y K H S L
Decimal 123 94 65 0 0.24 0.47 0.52 30 0.31 0.37
Hex 7B 5E 41 0 18 2F 34 1E 1F 25
Octal 173 136 101 0 30 57 64 36 37 45
Binary 1111011 1011110 1000001 0 11000 101111 110100 11110 11111 100101

Color Harmonies of #7B5E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B5E41

Black with #7B5E41

Text Example


Text Example

White with #7B5E41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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