Html Css Color HEX #947C87 Venus

📋 copy color: '#947C87'

red 148 ◦ green 124 ◦ blue 135

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

Shades of Venus #947C87

Tints of Venus #947C87

RGB

 RED value IS 148 (58.2% from 255) = 36.36%

 GREEN value IS 124 (48.83% from 255) = 30.47%

 BLUE value IS 135 (53.13% from 255) = 33.17%

R = 36.36%
G = 30.47%
B = 33.17%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.09

 K value IS 0.42

RGB Variations

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

Color information

#947C87 (or 0x947C87) is known color: Venus. HEX triplet: 94, 7C and 87. RGB value is (148,124,135). Sum of RGB (Red+Green+Blue) = 148+124+135=407 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.36% from 407); Green value is 124 (48.83% from 255 or 30.47% from 407); Blue value is 135 (53.12% from 255 or 33.17% from 407); Max value from RGB is 148 - color contains mainly: red. Hex color #947C87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947C87 is #6B8378. Grayscale: #848484. Windows color (decimal): -7046009 or 8879252. OLE color: 8879252.

HSL color Cylindrical-coordinate representation of color #947C87: hue angle of 332.5º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #947C87 is Cyan = 0, Magento = 0.16, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 124 135 -
CMYK 0 0.16 0.09 0.42
HSL 332.5º 0.1% 0.53% -
HSV(B) 332.5º 0.16% 0.58% -
XYZ 23.79 22.46 26 -
YUV 132.43 129.45 139.11 -
System Red Green Blue C M Y K H S L
Decimal 148 124 135 0 0.16 0.09 0.42 332.5 0.1 0.53
Hex 94 7C 87 0 10 9 2A 14C A 35
Octal 224 174 207 0 20 11 52 514 12 65
Binary 10010100 1111100 10000111 0 10000 1001 101010 101001100 1010 110101

Color Harmonies of #947C87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947C87

Black with #947C87

Text Example


Text Example

White with #947C87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947C87; }

 p { color: rgb(148,124,135); }

 H1.HeaderClassName
 {
   color: #947C87;
 }
 .AnyTagClassName
 {
   color: #947C87;
 }
</style>

background-color css

<style>
 a { background-color: #947C87; }

 a { background-color: rgb(148,124,135); }

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

border-color css

<style>
 span { border-color: #947C87; }

 span { border-color: rgb(148,124,135); }

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