Html Css Color HEX #92767F Venus

📋 copy color: '#92767F'

red 146 ◦ green 118 ◦ blue 127

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

Shades of Venus #92767F

Tints of Venus #92767F

RGB

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

 GREEN value IS 118 (46.48% from 255) = 30.18%

 BLUE value IS 127 (50% from 255) = 32.48%

R = 37.34%
G = 30.18%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.13

 K value IS 0.43

RGB Variations

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

Color information

#92767F (or 0x92767F) is known color: Venus. HEX triplet: 92, 76 and 7F. RGB value is (146,118,127). Sum of RGB (Red+Green+Blue) = 146+118+127=391 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.34% from 391); Green value is 118 (46.48% from 255 or 30.18% from 391); Blue value is 127 (50% from 255 or 32.48% from 391); Max value from RGB is 146 - color contains mainly: red. Hex color #92767F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92767F is #6D8980. Grayscale: #7F7F7F. Windows color (decimal): -7178625 or 8353426. OLE color: 8353426.

HSL color Cylindrical-coordinate representation of color #92767F: hue angle of 340.71º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #92767F is Cyan = 0, Magento = 0.19, Yellow = 0.13 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 118 127 -
CMYK 0 0.19 0.13 0.43
HSL 340.71º 0.11% 0.52% -
HSV(B) 340.71º 0.19% 0.57% -
XYZ 22.16 20.6 22.89 -
YUV 127.4 127.78 141.27 -
System Red Green Blue C M Y K H S L
Decimal 146 118 127 0 0.19 0.13 0.43 340.71 0.11 0.52
Hex 92 76 7F 0 13 D 2B 155 B 34
Octal 222 166 177 0 23 15 53 525 13 64
Binary 10010010 1110110 1111111 0 10011 1101 101011 101010101 1011 110100

Color Harmonies of #92767F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92767F

Black with #92767F

Text Example


Text Example

White with #92767F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #92767F; }

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

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

background-color css

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

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

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

border-color css

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

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

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