Html Css Color HEX #947B85 Venus

📋 copy color: '#947B85'

red 148 ◦ green 123 ◦ blue 133

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

Shades of Venus #947B85

Tints of Venus #947B85

RGB

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

 GREEN value IS 123 (48.44% from 255) = 30.45%

 BLUE value IS 133 (52.34% from 255) = 32.92%

R = 36.63%
G = 30.45%
B = 32.92%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.10

 K value IS 0.42

RGB Variations

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

Color information

#947B85 (or 0x947B85) is known color: Venus. HEX triplet: 94, 7B and 85. RGB value is (148,123,133). Sum of RGB (Red+Green+Blue) = 148+123+133=404 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.63% from 404); Green value is 123 (48.44% from 255 or 30.45% from 404); Blue value is 133 (52.34% from 255 or 32.92% from 404); Max value from RGB is 148 - color contains mainly: red. Hex color #947B85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947B85 is #6B847A. Grayscale: #838383. Windows color (decimal): -7046267 or 8747924. OLE color: 8747924.

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

Color convert

RGB 148 123 133 -
CMYK 0 0.17 0.10 0.42
HSL 336º 0.1% 0.53% -
HSV(B) 336º 0.17% 0.58% -
XYZ 23.53 22.16 25.23 -
YUV 131.62 128.78 139.69 -
System Red Green Blue C M Y K H S L
Decimal 148 123 133 0 0.17 0.10 0.42 336 0.1 0.53
Hex 94 7B 85 0 11 A 2A 150 A 35
Octal 224 173 205 0 21 12 52 520 12 65
Binary 10010100 1111011 10000101 0 10001 1010 101010 101010000 1010 110101

Color Harmonies of #947B85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947B85

Black with #947B85

Text Example


Text Example

White with #947B85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,123,133); }

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

background-color css

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

 a { background-color: rgb(148,123,133); }

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

border-color css

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

 span { border-color: rgb(148,123,133); }

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