Html Css Color HEX #957D85 Venus

📋 copy color: '#957D85'

red 149 ◦ green 125 ◦ blue 133

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

Shades of Venus #957D85

Tints of Venus #957D85

RGB

 RED value IS 149 (58.59% from 255) = 36.61%

 GREEN value IS 125 (49.22% from 255) = 30.71%

 BLUE value IS 133 (52.34% from 255) = 32.68%

R = 36.61%
G = 30.71%
B = 32.68%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#957D85 (or 0x957D85) is known color: Venus. HEX triplet: 95, 7D and 85. RGB value is (149,125,133). Sum of RGB (Red+Green+Blue) = 149+125+133=407 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.61% from 407); Green value is 125 (49.22% from 255 or 30.71% from 407); Blue value is 133 (52.34% from 255 or 32.68% from 407); Max value from RGB is 149 - color contains mainly: red. Hex color #957D85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957D85 is #6A827A. Grayscale: #858585. Windows color (decimal): -6980219 or 8748437. OLE color: 8748437.

HSL color Cylindrical-coordinate representation of color #957D85: hue angle of 340º degrees, saturation: 0.1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #957D85 is Cyan = 0, Magento = 0.16, Yellow = 0.11 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 125 133 -
CMYK 0 0.16 0.11 0.42
HSL 340º 0.1% 0.54% -
HSV(B) 340º 0.16% 0.58% -
XYZ 23.96 22.75 25.32 -
YUV 133.09 127.95 139.35 -
System Red Green Blue C M Y K H S L
Decimal 149 125 133 0 0.16 0.11 0.42 340 0.1 0.54
Hex 95 7D 85 0 10 B 2A 154 A 36
Octal 225 175 205 0 20 13 52 524 12 66
Binary 10010101 1111101 10000101 0 10000 1011 101010 101010100 1010 110110

Color Harmonies of #957D85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957D85

Black with #957D85

Text Example


Text Example

White with #957D85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957D85; }

 p { color: rgb(149,125,133); }

 H1.HeaderClassName
 {
   color: #957D85;
 }
 .AnyTagClassName
 {
   color: #957D85;
 }
</style>

background-color css

<style>
 a { background-color: #957D85; }

 a { background-color: rgb(149,125,133); }

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

border-color css

<style>
 span { border-color: #957D85; }

 span { border-color: rgb(149,125,133); }

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