Html Css Color HEX #95717E Venus

📋 copy color: '#95717E'

red 149 ◦ green 113 ◦ blue 126

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

Shades of Venus #95717E

Tints of Venus #95717E

RGB

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

 GREEN value IS 113 (44.53% from 255) = 29.12%

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

R = 38.4%
G = 29.12%
B = 32.47%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.15

 K value IS 0.42

RGB Variations

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

Color information

#95717E (or 0x95717E) is known color: Venus. HEX triplet: 95, 71 and 7E. RGB value is (149,113,126). Sum of RGB (Red+Green+Blue) = 149+113+126=388 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.40% from 388); Green value is 113 (44.53% from 255 or 29.12% from 388); Blue value is 126 (49.61% from 255 or 32.47% from 388); Max value from RGB is 149 - color contains mainly: red. Hex color #95717E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95717E is #6A8E81. Grayscale: #7D7D7D. Windows color (decimal): -6983298 or 8286613. OLE color: 8286613.

HSL color Cylindrical-coordinate representation of color #95717E: hue angle of 338.33º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #95717E is Cyan = 0, Magento = 0.24, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 113 126 -
CMYK 0 0.24 0.15 0.42
HSL 338.33º 0.15% 0.51% -
HSV(B) 338.33º 0.24% 0.58% -
XYZ 22.07 19.71 22.38 -
YUV 125.25 128.43 144.94 -
System Red Green Blue C M Y K H S L
Decimal 149 113 126 0 0.24 0.15 0.42 338.33 0.15 0.51
Hex 95 71 7E 0 18 F 2A 152 F 33
Octal 225 161 176 0 30 17 52 522 17 63
Binary 10010101 1110001 1111110 0 11000 1111 101010 101010010 1111 110011

Color Harmonies of #95717E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95717E

Black with #95717E

Text Example


Text Example

White with #95717E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95717E; }

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

 H1.HeaderClassName
 {
   color: #95717E;
 }
 .AnyTagClassName
 {
   color: #95717E;
 }
</style>

background-color css

<style>
 a { background-color: #95717E; }

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

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

border-color css

<style>
 span { border-color: #95717E; }

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

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