Html Css Color HEX #95727B Venus

📋 copy color: '#95727B'

red 149 ◦ green 114 ◦ blue 123

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

Shades of Venus #95727B

Tints of Venus #95727B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 31.87%

R = 38.6%
G = 29.53%
B = 31.87%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.17

 K value IS 0.42

RGB Variations

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

Color information

#95727B (or 0x95727B) is known color: Venus. HEX triplet: 95, 72 and 7B. RGB value is (149,114,123). Sum of RGB (Red+Green+Blue) = 149+114+123=386 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.60% from 386); Green value is 114 (44.92% from 255 or 29.53% from 386); Blue value is 123 (48.44% from 255 or 31.87% from 386); Max value from RGB is 149 - color contains mainly: red. Hex color #95727B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95727B is #6A8D84. Grayscale: #7D7D7D. Windows color (decimal): -6983045 or 8090261. OLE color: 8090261.

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

Color convert

RGB 149 114 123 -
CMYK 0 0.23 0.17 0.42
HSL 344.57º 0.14% 0.52% -
HSV(B) 344.57º 0.23% 0.58% -
XYZ 21.99 19.85 21.41 -
YUV 125.49 126.6 144.77 -
System Red Green Blue C M Y K H S L
Decimal 149 114 123 0 0.23 0.17 0.42 344.57 0.14 0.52
Hex 95 72 7B 0 17 11 2A 159 E 34
Octal 225 162 173 0 27 21 52 531 16 64
Binary 10010101 1110010 1111011 0 10111 10001 101010 101011001 1110 110100

Color Harmonies of #95727B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95727B

Black with #95727B

Text Example


Text Example

White with #95727B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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