Html Css Color HEX #927D87 Venus

📋 copy color: '#927D87'

red 146 ◦ green 125 ◦ blue 135

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

Shades of Venus #927D87

Tints of Venus #927D87

RGB

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

 GREEN value IS 125 (49.22% from 255) = 30.79%

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

R = 35.96%
G = 30.79%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.08

 K value IS 0.43

RGB Variations

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

Color information

#927D87 (or 0x927D87) is known color: Venus. HEX triplet: 92, 7D and 87. RGB value is (146,125,135). Sum of RGB (Red+Green+Blue) = 146+125+135=406 (53% of max value = 765). Red value is 146 (57.42% from 255 or 35.96% from 406); Green value is 125 (49.22% from 255 or 30.79% from 406); Blue value is 135 (53.12% from 255 or 33.25% from 406); Max value from RGB is 146 - color contains mainly: red. Hex color #927D87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #927D87 is #6D8278. Grayscale: #848484. Windows color (decimal): -7176825 or 8879506. OLE color: 8879506.

HSL color Cylindrical-coordinate representation of color #927D87: hue angle of 331.43º degrees, saturation: 0.09, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #927D87 is Cyan = 0, Magento = 0.14, Yellow = 0.08 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 125 135 -
CMYK 0 0.14 0.08 0.43
HSL 331.43º 0.09% 0.53% -
HSV(B) 331.43º 0.14% 0.57% -
XYZ 23.56 22.53 26.03 -
YUV 132.42 129.46 137.69 -
System Red Green Blue C M Y K H S L
Decimal 146 125 135 0 0.14 0.08 0.43 331.43 0.09 0.53
Hex 92 7D 87 0 E 8 2B 14B 9 35
Octal 222 175 207 0 16 10 53 513 11 65
Binary 10010010 1111101 10000111 0 1110 1000 101011 101001011 1001 110101

Color Harmonies of #927D87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #927D87

Black with #927D87

Text Example


Text Example

White with #927D87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #927D87; }

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

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

background-color css

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

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

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

border-color css

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

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

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