Html Css Color HEX #918187 Venus

📋 copy color: '#918187'

red 145 ◦ green 129 ◦ blue 135

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

Shades of Venus #918187

Tints of Venus #918187

RGB

 RED value IS 145 (57.03% from 255) = 35.45%

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

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

R = 35.45%
G = 31.54%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.07

 K value IS 0.43

RGB Variations

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

Color information

#918187 (or 0x918187) is known color: Venus. HEX triplet: 91, 81 and 87. RGB value is (145,129,135). Sum of RGB (Red+Green+Blue) = 145+129+135=409 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.45% from 409); Green value is 129 (50.78% from 255 or 31.54% from 409); Blue value is 135 (53.12% from 255 or 33.01% from 409); Max value from RGB is 145 - color contains mainly: red. Hex color #918187 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #918187 is #6E7E78. Grayscale: #868686. Windows color (decimal): -7241337 or 8880529. OLE color: 8880529.

HSL color Cylindrical-coordinate representation of color #918187: hue angle of 337.5º degrees, saturation: 0.07, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #918187 is Cyan = 0, Magento = 0.11, Yellow = 0.07 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 129 135 -
CMYK 0 0.11 0.07 0.43
HSL 337.5º 0.07% 0.54% -
HSV(B) 337.5º 0.11% 0.57% -
XYZ 23.9 23.47 26.19 -
YUV 134.47 128.3 135.51 -
System Red Green Blue C M Y K H S L
Decimal 145 129 135 0 0.11 0.07 0.43 337.5 0.07 0.54
Hex 91 81 87 0 B 7 2B 152 7 36
Octal 221 201 207 0 13 7 53 522 7 66
Binary 10010001 10000001 10000111 0 1011 111 101011 101010010 111 110110

Color Harmonies of #918187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918187

Black with #918187

Text Example


Text Example

White with #918187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #918187; }

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

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

background-color css

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

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

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

border-color css

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

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

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