Html Css Color HEX #92767B Venus

📋 copy color: '#92767B'

red 146 ◦ green 118 ◦ blue 123

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

Shades of Venus #92767B

Tints of Venus #92767B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 31.78%

R = 37.73%
G = 30.49%
B = 31.78%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.16

 K value IS 0.43

RGB Variations

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

Color information

#92767B (or 0x92767B) is known color: Venus. HEX triplet: 92, 76 and 7B. RGB value is (146,118,123). Sum of RGB (Red+Green+Blue) = 146+118+123=387 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.73% from 387); Green value is 118 (46.48% from 255 or 30.49% from 387); Blue value is 123 (48.44% from 255 or 31.78% from 387); Max value from RGB is 146 - color contains mainly: red. Hex color #92767B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92767B is #6D8984. Grayscale: #7E7E7E. Windows color (decimal): -7178629 or 8091282. OLE color: 8091282.

HSL color Cylindrical-coordinate representation of color #92767B: hue angle of 349.29º 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 #92767B is Cyan = 0, Magento = 0.19, Yellow = 0.16 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 118 123 -
CMYK 0 0.19 0.16 0.43
HSL 349.29º 0.11% 0.52% -
HSV(B) 349.29º 0.19% 0.57% -
XYZ 21.91 20.5 21.54 -
YUV 126.94 125.78 141.59 -
System Red Green Blue C M Y K H S L
Decimal 146 118 123 0 0.19 0.16 0.43 349.29 0.11 0.52
Hex 92 76 7B 0 13 10 2B 15D B 34
Octal 222 166 173 0 23 20 53 535 13 64
Binary 10010010 1110110 1111011 0 10011 10000 101011 101011101 1011 110100

Color Harmonies of #92767B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92767B

Black with #92767B

Text Example


Text Example

White with #92767B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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