Html Css Color HEX #95797F Venus

📋 copy color: '#95797F'

red 149 ◦ green 121 ◦ blue 127

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

Shades of Venus #95797F

Tints of Venus #95797F

RGB

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

 GREEN value IS 121 (47.66% from 255) = 30.48%

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

R = 37.53%
G = 30.48%
B = 31.99%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.15

 K value IS 0.42

RGB Variations

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

Color information

#95797F (or 0x95797F) is known color: Venus. HEX triplet: 95, 79 and 7F. RGB value is (149,121,127). Sum of RGB (Red+Green+Blue) = 149+121+127=397 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.53% from 397); Green value is 121 (47.66% from 255 or 30.48% from 397); Blue value is 127 (50% from 255 or 31.99% from 397); Max value from RGB is 149 - color contains mainly: red. Hex color #95797F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95797F is #6A8680. Grayscale: #828282. Windows color (decimal): -6981249 or 8354197. OLE color: 8354197.

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

Color convert

RGB 149 121 127 -
CMYK 0 0.19 0.15 0.42
HSL 347.14º 0.12% 0.53% -
HSV(B) 347.14º 0.19% 0.58% -
XYZ 23.06 21.6 23.03 -
YUV 130.06 126.28 141.51 -
System Red Green Blue C M Y K H S L
Decimal 149 121 127 0 0.19 0.15 0.42 347.14 0.12 0.53
Hex 95 79 7F 0 13 F 2A 15B C 35
Octal 225 171 177 0 23 17 52 533 14 65
Binary 10010101 1111001 1111111 0 10011 1111 101010 101011011 1100 110101

Color Harmonies of #95797F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95797F

Black with #95797F

Text Example


Text Example

White with #95797F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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