Html Css Color HEX #928387 Venus

📋 copy color: '#928387'

red 146 ◦ green 131 ◦ blue 135

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

Shades of Venus #928387

Tints of Venus #928387

RGB

 RED value IS 146 (57.42% from 255) = 35.44%

 GREEN value IS 131 (51.56% from 255) = 31.8%

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

R = 35.44%
G = 31.8%
B = 32.77%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.08

 K value IS 0.43

RGB Variations

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

Color information

#928387 (or 0x928387) is known color: Venus. HEX triplet: 92, 83 and 87. RGB value is (146,131,135). Sum of RGB (Red+Green+Blue) = 146+131+135=412 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.44% from 412); Green value is 131 (51.56% from 255 or 31.80% from 412); Blue value is 135 (53.12% from 255 or 32.77% from 412); Max value from RGB is 146 - color contains mainly: red. Hex color #928387 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #928387 is #6D7C78. Grayscale: #878787. Windows color (decimal): -7175289 or 8881042. OLE color: 8881042.

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

Color convert

RGB 146 131 135 -
CMYK 0 0.10 0.08 0.43
HSL 344º 0.06% 0.54% -
HSV(B) 344º 0.1% 0.57% -
XYZ 24.34 24.09 26.29 -
YUV 135.94 127.47 135.17 -
System Red Green Blue C M Y K H S L
Decimal 146 131 135 0 0.10 0.08 0.43 344 0.06 0.54
Hex 92 83 87 0 A 8 2B 158 6 36
Octal 222 203 207 0 12 10 53 530 6 66
Binary 10010010 10000011 10000111 0 1010 1000 101011 101011000 110 110110

Color Harmonies of #928387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #928387

Black with #928387

Text Example


Text Example

White with #928387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #928387; }

 p { color: rgb(146,131,135); }

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

background-color css

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

 a { background-color: rgb(146,131,135); }

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

border-color css

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

 span { border-color: rgb(146,131,135); }

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