Html Css Color HEX #928188 Venus

📋 copy color: '#928188'

red 146 ◦ green 129 ◦ blue 136

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

Shades of Venus #928188

Tints of Venus #928188

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 33.09%

R = 35.52%
G = 31.39%
B = 33.09%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.07

 K value IS 0.43

RGB Variations

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

Color information

#928188 (or 0x928188) is known color: Venus. HEX triplet: 92, 81 and 88. RGB value is (146,129,136). Sum of RGB (Red+Green+Blue) = 146+129+136=411 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.52% from 411); Green value is 129 (50.78% from 255 or 31.39% from 411); Blue value is 136 (53.52% from 255 or 33.09% from 411); Max value from RGB is 146 - color contains mainly: red. Hex color #928188 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #928188 is #6D7E77. Grayscale: #868686. Windows color (decimal): -7175800 or 8946066. OLE color: 8946066.

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

Color convert

RGB 146 129 136 -
CMYK 0 0.12 0.07 0.43
HSL 335.29º 0.07% 0.54% -
HSV(B) 335.29º 0.12% 0.57% -
XYZ 24.15 23.59 26.57 -
YUV 134.88 128.63 135.93 -
System Red Green Blue C M Y K H S L
Decimal 146 129 136 0 0.12 0.07 0.43 335.29 0.07 0.54
Hex 92 81 88 0 C 7 2B 14F 7 36
Octal 222 201 210 0 14 7 53 517 7 66
Binary 10010010 10000001 10001000 0 1100 111 101011 101001111 111 110110

Color Harmonies of #928188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #928188

Black with #928188

Text Example


Text Example

White with #928188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #928188; }

 p { color: rgb(146,129,136); }

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

background-color css

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

 a { background-color: rgb(146,129,136); }

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

border-color css

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

 span { border-color: rgb(146,129,136); }

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