Html Css Color HEX #95707A Venus

📋 copy color: '#95707A'

red 149 ◦ green 112 ◦ blue 122

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

Shades of Venus #95707A

Tints of Venus #95707A

RGB

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

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

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

R = 38.9%
G = 29.24%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#95707A (or 0x95707A) is known color: Venus. HEX triplet: 95, 70 and 7A. RGB value is (149,112,122). Sum of RGB (Red+Green+Blue) = 149+112+122=383 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.90% from 383); Green value is 112 (44.14% from 255 or 29.24% from 383); Blue value is 122 (48.05% from 255 or 31.85% from 383); Max value from RGB is 149 - color contains mainly: red. Hex color #95707A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95707A is #6A8F85. Grayscale: #7C7C7C. Windows color (decimal): -6983558 or 8024213. OLE color: 8024213.

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

Color convert

RGB 149 112 122 -
CMYK 0 0.25 0.18 0.42
HSL 343.78º 0.15% 0.51% -
HSV(B) 343.78º 0.25% 0.58% -
XYZ 21.7 19.38 21.01 -
YUV 124.2 126.76 145.69 -
System Red Green Blue C M Y K H S L
Decimal 149 112 122 0 0.25 0.18 0.42 343.78 0.15 0.51
Hex 95 70 7A 0 19 12 2A 158 F 33
Octal 225 160 172 0 31 22 52 530 17 63
Binary 10010101 1110000 1111010 0 11001 10010 101010 101011000 1111 110011

Color Harmonies of #95707A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95707A

Black with #95707A

Text Example


Text Example

White with #95707A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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