Html Css Color HEX #927F84 Venus

📋 copy color: '#927F84'

red 146 ◦ green 127 ◦ blue 132

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

Shades of Venus #927F84

Tints of Venus #927F84

RGB

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

 GREEN value IS 127 (50% from 255) = 31.36%

 BLUE value IS 132 (51.95% from 255) = 32.59%

R = 36.05%
G = 31.36%
B = 32.59%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.10

 K value IS 0.43

RGB Variations

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

Color information

#927F84 (or 0x927F84) is known color: Venus. HEX triplet: 92, 7F and 84. RGB value is (146,127,132). Sum of RGB (Red+Green+Blue) = 146+127+132=405 (53% of max value = 765). Red value is 146 (57.42% from 255 or 36.05% from 405); Green value is 127 (50% from 255 or 31.36% from 405); Blue value is 132 (51.95% from 255 or 32.59% from 405); Max value from RGB is 146 - color contains mainly: red. Hex color #927F84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #927F84 is #6D807B. Grayscale: #858585. Windows color (decimal): -7176316 or 8683410. OLE color: 8683410.

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

Color convert

RGB 146 127 132 -
CMYK 0 0.13 0.10 0.43
HSL 344.21º 0.08% 0.54% -
HSV(B) 344.21º 0.13% 0.57% -
XYZ 23.61 22.96 25.02 -
YUV 133.25 127.29 137.09 -
System Red Green Blue C M Y K H S L
Decimal 146 127 132 0 0.13 0.10 0.43 344.21 0.08 0.54
Hex 92 7F 84 0 D A 2B 158 8 36
Octal 222 177 204 0 15 12 53 530 10 66
Binary 10010010 1111111 10000100 0 1101 1010 101011 101011000 1000 110110

Color Harmonies of #927F84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #927F84

Black with #927F84

Text Example


Text Example

White with #927F84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,127,132); }

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

background-color css

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

 a { background-color: rgb(146,127,132); }

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

border-color css

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

 span { border-color: rgb(146,127,132); }

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