Html Css Color HEX #7B5F58 Russett

📋 copy color: '#7B5F58'

red 123 ◦ green 95 ◦ blue 88

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

Shades of Russett #7B5F58

Tints of Russett #7B5F58

RGB

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

 GREEN value IS 95 (37.5% from 255) = 31.05%

 BLUE value IS 88 (34.77% from 255) = 28.76%

R = 40.2%
G = 31.05%
B = 28.76%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.28

 K value IS 0.52

RGB Variations

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

Color information

#7B5F58 (or 0x7B5F58) is known color: Russett. HEX triplet: 7B, 5F and 58. RGB value is (123,95,88). Sum of RGB (Red+Green+Blue) = 123+95+88=306 (40% of max value = 765). Red value is 123 (48.44% from 255 or 40.20% from 306); Green value is 95 (37.5% from 255 or 31.05% from 306); Blue value is 88 (34.77% from 255 or 28.76% from 306); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5F58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B5F58 is #84A0A7. Grayscale: #666666. Windows color (decimal): -8691880 or 5791611. OLE color: 5791611.

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

Color convert

RGB 123 95 88 -
CMYK 0 0.23 0.28 0.52
HSL 12º 0.17% 0.41% -
HSV(B) 12º 0.28% 0.48% -
XYZ 14.02 13.1 11.02 -
YUV 102.57 119.78 142.57 -
System Red Green Blue C M Y K H S L
Decimal 123 95 88 0 0.23 0.28 0.52 12 0.17 0.41
Hex 7B 5F 58 0 17 1C 34 C 11 29
Octal 173 137 130 0 27 34 64 14 21 51
Binary 1111011 1011111 1011000 0 10111 11100 110100 1100 10001 101001

Color Harmonies of #7B5F58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B5F58

Black with #7B5F58

Text Example


Text Example

White with #7B5F58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,95,88); }

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

background-color css

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

 a { background-color: rgb(123,95,88); }

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

border-color css

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

 span { border-color: rgb(123,95,88); }

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