Html Css Color HEX #95707D Venus

📋 copy color: '#95707D'

red 149 ◦ green 112 ◦ blue 125

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

Shades of Venus #95707D

Tints of Venus #95707D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.02%

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

R = 38.6%
G = 29.02%
B = 32.38%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#95707D (or 0x95707D) is known color: Venus. HEX triplet: 95, 70 and 7D. RGB value is (149,112,125). Sum of RGB (Red+Green+Blue) = 149+112+125=386 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.60% from 386); Green value is 112 (44.14% from 255 or 29.02% from 386); Blue value is 125 (49.22% from 255 or 32.38% from 386); Max value from RGB is 149 - color contains mainly: red. Hex color #95707D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95707D is #6A8F82. Grayscale: #7C7C7C. Windows color (decimal): -6983555 or 8220821. OLE color: 8220821.

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

Color convert

RGB 149 112 125 -
CMYK 0 0.25 0.16 0.42
HSL 338.92º 0.15% 0.51% -
HSV(B) 338.92º 0.25% 0.58% -
XYZ 21.89 19.46 22 -
YUV 124.55 128.26 145.44 -
System Red Green Blue C M Y K H S L
Decimal 149 112 125 0 0.25 0.16 0.42 338.92 0.15 0.51
Hex 95 70 7D 0 19 10 2A 153 F 33
Octal 225 160 175 0 31 20 52 523 17 63
Binary 10010101 1110000 1111101 0 11001 10000 101010 101010011 1111 110011

Color Harmonies of #95707D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95707D

Black with #95707D

Text Example


Text Example

White with #95707D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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