Html Css Color HEX #957A7E Venus

📋 copy color: '#957A7E'

red 149 ◦ green 122 ◦ blue 126

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

Shades of Venus #957A7E

Tints of Venus #957A7E

RGB

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

 GREEN value IS 122 (48.05% from 255) = 30.73%

 BLUE value IS 126 (49.61% from 255) = 31.74%

R = 37.53%
G = 30.73%
B = 31.74%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.15

 K value IS 0.42

RGB Variations

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

Color information

#957A7E (or 0x957A7E) is known color: Venus. HEX triplet: 95, 7A and 7E. RGB value is (149,122,126). Sum of RGB (Red+Green+Blue) = 149+122+126=397 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.53% from 397); Green value is 122 (48.05% from 255 or 30.73% from 397); Blue value is 126 (49.61% from 255 or 31.74% from 397); Max value from RGB is 149 - color contains mainly: red. Hex color #957A7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957A7E is #6A8581. Grayscale: #828282. Windows color (decimal): -6980994 or 8288917. OLE color: 8288917.

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

Color convert

RGB 149 122 126 -
CMYK 0 0.18 0.15 0.42
HSL 351.11º 0.11% 0.53% -
HSV(B) 351.11º 0.18% 0.58% -
XYZ 23.12 21.81 22.73 -
YUV 130.53 125.45 141.17 -
System Red Green Blue C M Y K H S L
Decimal 149 122 126 0 0.18 0.15 0.42 351.11 0.11 0.53
Hex 95 7A 7E 0 12 F 2A 15F B 35
Octal 225 172 176 0 22 17 52 537 13 65
Binary 10010101 1111010 1111110 0 10010 1111 101010 101011111 1011 110101

Color Harmonies of #957A7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957A7E

Black with #957A7E

Text Example


Text Example

White with #957A7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,122,126); }

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

background-color css

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

 a { background-color: rgb(149,122,126); }

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

border-color css

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

 span { border-color: rgb(149,122,126); }

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