Html Css Color HEX #95747D Venus

📋 copy color: '#95747D'

red 149 ◦ green 116 ◦ blue 125

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

Shades of Venus #95747D

Tints of Venus #95747D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 29.74%

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

R = 38.21%
G = 29.74%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#95747D (or 0x95747D) is known color: Venus. HEX triplet: 95, 74 and 7D. RGB value is (149,116,125). Sum of RGB (Red+Green+Blue) = 149+116+125=390 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.21% from 390); Green value is 116 (45.70% from 255 or 29.74% from 390); Blue value is 125 (49.22% from 255 or 32.05% from 390); Max value from RGB is 149 - color contains mainly: red. Hex color #95747D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95747D is #6A8B82. Grayscale: #7E7E7E. Windows color (decimal): -6982531 or 8221845. OLE color: 8221845.

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

Color convert

RGB 149 116 125 -
CMYK 0 0.22 0.16 0.42
HSL 343.64º 0.13% 0.52% -
HSV(B) 343.64º 0.22% 0.58% -
XYZ 22.34 20.36 22.15 -
YUV 126.89 126.93 143.77 -
System Red Green Blue C M Y K H S L
Decimal 149 116 125 0 0.22 0.16 0.42 343.64 0.13 0.52
Hex 95 74 7D 0 16 10 2A 158 D 34
Octal 225 164 175 0 26 20 52 530 15 64
Binary 10010101 1110100 1111101 0 10110 10000 101010 101011000 1101 110100

Color Harmonies of #95747D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95747D

Black with #95747D

Text Example


Text Example

White with #95747D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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