Html Css Color HEX #95747E Venus

📋 copy color: '#95747E'

red 149 ◦ green 116 ◦ blue 126

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

Shades of Venus #95747E

Tints of Venus #95747E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 32.23%

R = 38.11%
G = 29.67%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.15

 K value IS 0.42

RGB Variations

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

Color information

#95747E (or 0x95747E) is known color: Venus. HEX triplet: 95, 74 and 7E. RGB value is (149,116,126). Sum of RGB (Red+Green+Blue) = 149+116+126=391 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.11% from 391); Green value is 116 (45.70% from 255 or 29.67% from 391); Blue value is 126 (49.61% from 255 or 32.23% from 391); Max value from RGB is 149 - color contains mainly: red. Hex color #95747E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95747E is #6A8B81. Grayscale: #7E7E7E. Windows color (decimal): -6982530 or 8287381. OLE color: 8287381.

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

Color convert

RGB 149 116 126 -
CMYK 0 0.22 0.15 0.42
HSL 341.82º 0.13% 0.52% -
HSV(B) 341.82º 0.22% 0.58% -
XYZ 22.41 20.39 22.49 -
YUV 127.01 127.43 143.69 -
System Red Green Blue C M Y K H S L
Decimal 149 116 126 0 0.22 0.15 0.42 341.82 0.13 0.52
Hex 95 74 7E 0 16 F 2A 156 D 34
Octal 225 164 176 0 26 17 52 526 15 64
Binary 10010101 1110100 1111110 0 10110 1111 101010 101010110 1101 110100

Color Harmonies of #95747E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95747E

Black with #95747E

Text Example


Text Example

White with #95747E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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