Html Css Color HEX #927F88 Venus

📋 copy color: '#927F88'

red 146 ◦ green 127 ◦ blue 136

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

Shades of Venus #927F88

Tints of Venus #927F88

RGB

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

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

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

R = 35.7%
G = 31.05%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.07

 K value IS 0.43

RGB Variations

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

Color information

#927F88 (or 0x927F88) is known color: Venus. HEX triplet: 92, 7F and 88. RGB value is (146,127,136). Sum of RGB (Red+Green+Blue) = 146+127+136=409 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.70% from 409); Green value is 127 (50% from 255 or 31.05% from 409); Blue value is 136 (53.52% from 255 or 33.25% from 409); Max value from RGB is 146 - color contains mainly: red. Hex color #927F88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #927F88 is #6D8077. Grayscale: #858585. Windows color (decimal): -7176312 or 8945554. OLE color: 8945554.

HSL color Cylindrical-coordinate representation of color #927F88: hue angle of 331.58º 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 #927F88 is Cyan = 0, Magento = 0.13, Yellow = 0.07 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 127 136 -
CMYK 0 0.13 0.07 0.43
HSL 331.58º 0.08% 0.54% -
HSV(B) 331.58º 0.13% 0.57% -
XYZ 23.89 23.07 26.49 -
YUV 133.71 129.29 136.77 -
System Red Green Blue C M Y K H S L
Decimal 146 127 136 0 0.13 0.07 0.43 331.58 0.08 0.54
Hex 92 7F 88 0 D 7 2B 14C 8 36
Octal 222 177 210 0 15 7 53 514 10 66
Binary 10010010 1111111 10001000 0 1101 111 101011 101001100 1000 110110

Color Harmonies of #927F88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #927F88

Black with #927F88

Text Example


Text Example

White with #927F88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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