Html Css Color HEX #95707B Venus

📋 copy color: '#95707B'

red 149 ◦ green 112 ◦ blue 123

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

Shades of Venus #95707B

Tints of Venus #95707B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 32.03%

R = 38.8%
G = 29.17%
B = 32.03%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.17

 K value IS 0.42

RGB Variations

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

Color information

#95707B (or 0x95707B) is known color: Venus. HEX triplet: 95, 70 and 7B. RGB value is (149,112,123). Sum of RGB (Red+Green+Blue) = 149+112+123=384 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.80% from 384); Green value is 112 (44.14% from 255 or 29.17% from 384); Blue value is 123 (48.44% from 255 or 32.03% from 384); Max value from RGB is 149 - color contains mainly: red. Hex color #95707B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95707B is #6A8F84. Grayscale: #7C7C7C. Windows color (decimal): -6983557 or 8089749. OLE color: 8089749.

HSL color Cylindrical-coordinate representation of color #95707B: hue angle of 342.16º 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 #95707B is Cyan = 0, Magento = 0.25, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 112 123 -
CMYK 0 0.25 0.17 0.42
HSL 342.16º 0.15% 0.51% -
HSV(B) 342.16º 0.25% 0.58% -
XYZ 21.76 19.41 21.34 -
YUV 124.32 127.26 145.61 -
System Red Green Blue C M Y K H S L
Decimal 149 112 123 0 0.25 0.17 0.42 342.16 0.15 0.51
Hex 95 70 7B 0 19 11 2A 156 F 33
Octal 225 160 173 0 31 21 52 526 17 63
Binary 10010101 1110000 1111011 0 11001 10001 101010 101010110 1111 110011

Color Harmonies of #95707B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95707B

Black with #95707B

Text Example


Text Example

White with #95707B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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