Html Css Color HEX #95717A Venus

📋 copy color: '#95717A'

red 149 ◦ green 113 ◦ blue 122

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

Shades of Venus #95717A

Tints of Venus #95717A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 31.77%

R = 38.8%
G = 29.43%
B = 31.77%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#95717A (or 0x95717A) is known color: Venus. HEX triplet: 95, 71 and 7A. RGB value is (149,113,122). Sum of RGB (Red+Green+Blue) = 149+113+122=384 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.80% from 384); Green value is 113 (44.53% from 255 or 29.43% from 384); Blue value is 122 (48.05% from 255 or 31.77% from 384); Max value from RGB is 149 - color contains mainly: red. Hex color #95717A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95717A is #6A8E85. Grayscale: #7C7C7C. Windows color (decimal): -6983302 or 8024469. OLE color: 8024469.

HSL color Cylindrical-coordinate representation of color #95717A: hue angle of 345º 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 #95717A is Cyan = 0, Magento = 0.24, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 113 122 -
CMYK 0 0.24 0.18 0.42
HSL 345º 0.15% 0.51% -
HSV(B) 345º 0.24% 0.58% -
XYZ 21.81 19.6 21.05 -
YUV 124.79 126.43 145.27 -
System Red Green Blue C M Y K H S L
Decimal 149 113 122 0 0.24 0.18 0.42 345 0.15 0.51
Hex 95 71 7A 0 18 12 2A 159 F 33
Octal 225 161 172 0 30 22 52 531 17 63
Binary 10010101 1110001 1111010 0 11000 10010 101010 101011001 1111 110011

Color Harmonies of #95717A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95717A

Black with #95717A

Text Example


Text Example

White with #95717A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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