Html Css Color HEX #95727F Venus

📋 copy color: '#95727F'

red 149 ◦ green 114 ◦ blue 127

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

Shades of Venus #95727F

Tints of Venus #95727F

RGB

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

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

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

R = 38.21%
G = 29.23%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.15

 K value IS 0.42

RGB Variations

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

Color information

#95727F (or 0x95727F) is known color: Venus. HEX triplet: 95, 72 and 7F. RGB value is (149,114,127). Sum of RGB (Red+Green+Blue) = 149+114+127=390 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.21% from 390); Green value is 114 (44.92% from 255 or 29.23% from 390); Blue value is 127 (50% from 255 or 32.56% from 390); Max value from RGB is 149 - color contains mainly: red. Hex color #95727F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95727F is #6A8D80. Grayscale: #7D7D7D. Windows color (decimal): -6983041 or 8352405. OLE color: 8352405.

HSL color Cylindrical-coordinate representation of color #95727F: hue angle of 337.71º 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 #95727F is Cyan = 0, Magento = 0.23, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 114 127 -
CMYK 0 0.23 0.15 0.42
HSL 337.71º 0.14% 0.52% -
HSV(B) 337.71º 0.23% 0.58% -
XYZ 22.24 19.96 22.76 -
YUV 125.95 128.6 144.44 -
System Red Green Blue C M Y K H S L
Decimal 149 114 127 0 0.23 0.15 0.42 337.71 0.14 0.52
Hex 95 72 7F 0 17 F 2A 152 E 34
Octal 225 162 177 0 27 17 52 522 16 64
Binary 10010101 1110010 1111111 0 10111 1111 101010 101010010 1110 110100

Color Harmonies of #95727F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95727F

Black with #95727F

Text Example


Text Example

White with #95727F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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