Html Css Color HEX #927985 Venus

📋 copy color: '#927985'

red 146 ◦ green 121 ◦ blue 133

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

Shades of Venus #927985

Tints of Venus #927985

RGB

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

 GREEN value IS 121 (47.66% from 255) = 30.25%

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

R = 36.5%
G = 30.25%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.09

 K value IS 0.43

RGB Variations

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

Color information

#927985 (or 0x927985) is known color: Venus. HEX triplet: 92, 79 and 85. RGB value is (146,121,133). Sum of RGB (Red+Green+Blue) = 146+121+133=400 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.5% from 400); Green value is 121 (47.66% from 255 or 30.25% from 400); Blue value is 133 (52.34% from 255 or 33.25% from 400); Max value from RGB is 146 - color contains mainly: red. Hex color #927985 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #927985 is #6D867A. Grayscale: #818181. Windows color (decimal): -7177851 or 8747410. OLE color: 8747410.

HSL color Cylindrical-coordinate representation of color #927985: hue angle of 331.2º degrees, saturation: 0.1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #927985 is Cyan = 0, Magento = 0.17, Yellow = 0.09 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 121 133 -
CMYK 0 0.17 0.09 0.43
HSL 331.2º 0.1% 0.52% -
HSV(B) 331.2º 0.17% 0.57% -
XYZ 22.93 21.48 25.13 -
YUV 129.84 129.78 139.52 -
System Red Green Blue C M Y K H S L
Decimal 146 121 133 0 0.17 0.09 0.43 331.2 0.1 0.52
Hex 92 79 85 0 11 9 2B 14B A 34
Octal 222 171 205 0 21 11 53 513 12 64
Binary 10010010 1111001 10000101 0 10001 1001 101011 101001011 1010 110100

Color Harmonies of #927985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #927985

Black with #927985

Text Example


Text Example

White with #927985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #927985; }

 p { color: rgb(146,121,133); }

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

background-color css

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

 a { background-color: rgb(146,121,133); }

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

border-color css

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

 span { border-color: rgb(146,121,133); }

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