Html Css Color HEX #95727D Venus

📋 copy color: '#95727D'

red 149 ◦ green 114 ◦ blue 125

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

Shades of Venus #95727D

Tints of Venus #95727D

RGB

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

 GREEN value IS 114 (44.92% from 255) = 29.38%

 BLUE value IS 125 (49.22% from 255) = 32.22%

R = 38.4%
G = 29.38%
B = 32.22%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#95727D (or 0x95727D) is known color: Venus. HEX triplet: 95, 72 and 7D. RGB value is (149,114,125). Sum of RGB (Red+Green+Blue) = 149+114+125=388 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.40% from 388); Green value is 114 (44.92% from 255 or 29.38% from 388); Blue value is 125 (49.22% from 255 or 32.22% from 388); Max value from RGB is 149 - color contains mainly: red. Hex color #95727D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95727D is #6A8D82. Grayscale: #7D7D7D. Windows color (decimal): -6983043 or 8221333. OLE color: 8221333.

HSL color Cylindrical-coordinate representation of color #95727D: hue angle of 341.14º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #95727D is Cyan = 0, Magento = 0.23, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 114 125 -
CMYK 0 0.23 0.16 0.42
HSL 341.14º 0.14% 0.52% -
HSV(B) 341.14º 0.23% 0.58% -
XYZ 22.11 19.9 22.08 -
YUV 125.72 127.6 144.61 -
System Red Green Blue C M Y K H S L
Decimal 149 114 125 0 0.23 0.16 0.42 341.14 0.14 0.52
Hex 95 72 7D 0 17 10 2A 155 E 34
Octal 225 162 175 0 27 20 52 525 16 64
Binary 10010101 1110010 1111101 0 10111 10000 101010 101010101 1110 110100

Color Harmonies of #95727D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95727D

Black with #95727D

Text Example


Text Example

White with #95727D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95727D; }

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

 H1.HeaderClassName
 {
   color: #95727D;
 }
 .AnyTagClassName
 {
   color: #95727D;
 }
</style>

background-color css

<style>
 a { background-color: #95727D; }

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

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

border-color css

<style>
 span { border-color: #95727D; }

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

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