Html Css Color HEX #957C7F Venus

📋 copy color: '#957C7F'

red 149 ◦ green 124 ◦ blue 127

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

Shades of Venus #957C7F

Tints of Venus #957C7F

RGB

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

 GREEN value IS 124 (48.83% from 255) = 31%

 BLUE value IS 127 (50% from 255) = 31.75%

R = 37.25%
G = 31%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.15

 K value IS 0.42

RGB Variations

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

Color information

#957C7F (or 0x957C7F) is known color: Venus. HEX triplet: 95, 7C and 7F. RGB value is (149,124,127). Sum of RGB (Red+Green+Blue) = 149+124+127=400 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.25% from 400); Green value is 124 (48.83% from 255 or 31% from 400); Blue value is 127 (50% from 255 or 31.75% from 400); Max value from RGB is 149 - color contains mainly: red. Hex color #957C7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957C7F is #6A8380. Grayscale: #838383. Windows color (decimal): -6980481 or 8354965. OLE color: 8354965.

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

Color convert

RGB 149 124 127 -
CMYK 0 0.17 0.15 0.42
HSL 352.8º 0.11% 0.54% -
HSV(B) 352.8º 0.17% 0.58% -
XYZ 23.43 22.34 23.16 -
YUV 131.82 125.28 140.26 -
System Red Green Blue C M Y K H S L
Decimal 149 124 127 0 0.17 0.15 0.42 352.8 0.11 0.54
Hex 95 7C 7F 0 11 F 2A 161 B 36
Octal 225 174 177 0 21 17 52 541 13 66
Binary 10010101 1111100 1111111 0 10001 1111 101010 101100001 1011 110110

Color Harmonies of #957C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957C7F

Black with #957C7F

Text Example


Text Example

White with #957C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,124,127); }

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

background-color css

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

 a { background-color: rgb(149,124,127); }

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

border-color css

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

 span { border-color: rgb(149,124,127); }

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