Html Css Color HEX #948187 Venus

📋 copy color: '#948187'

red 148 ◦ green 129 ◦ blue 135

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

Shades of Venus #948187

Tints of Venus #948187

RGB

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

 GREEN value IS 129 (50.78% from 255) = 31.31%

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

R = 35.92%
G = 31.31%
B = 32.77%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.09

 K value IS 0.42

RGB Variations

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

Color information

#948187 (or 0x948187) is known color: Venus. HEX triplet: 94, 81 and 87. RGB value is (148,129,135). Sum of RGB (Red+Green+Blue) = 148+129+135=412 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.92% from 412); Green value is 129 (50.78% from 255 or 31.31% from 412); Blue value is 135 (53.12% from 255 or 32.77% from 412); Max value from RGB is 148 - color contains mainly: red. Hex color #948187 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948187 is #6B7E78. Grayscale: #878787. Windows color (decimal): -7044729 or 8880532. OLE color: 8880532.

HSL color Cylindrical-coordinate representation of color #948187: hue angle of 341.05º degrees, saturation: 0.08, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #948187 is Cyan = 0, Magento = 0.13, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 129 135 -
CMYK 0 0.13 0.09 0.42
HSL 341.05º 0.08% 0.54% -
HSV(B) 341.05º 0.13% 0.58% -
XYZ 24.44 23.75 26.22 -
YUV 135.37 127.79 137.01 -
System Red Green Blue C M Y K H S L
Decimal 148 129 135 0 0.13 0.09 0.42 341.05 0.08 0.54
Hex 94 81 87 0 D 9 2A 155 8 36
Octal 224 201 207 0 15 11 52 525 10 66
Binary 10010100 10000001 10000111 0 1101 1001 101010 101010101 1000 110110

Color Harmonies of #948187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948187

Black with #948187

Text Example


Text Example

White with #948187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948187; }

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

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

background-color css

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

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

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

border-color css

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

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

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