Html Css Color HEX #92848A Venus

📋 copy color: '#92848A'

red 146 ◦ green 132 ◦ blue 138

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

Shades of Venus #92848A

Tints of Venus #92848A

RGB

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

 GREEN value IS 132 (51.95% from 255) = 31.73%

 BLUE value IS 138 (54.3% from 255) = 33.17%

R = 35.1%
G = 31.73%
B = 33.17%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.05

 K value IS 0.43

RGB Variations

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

Color information

#92848A (or 0x92848A) is known color: Venus. HEX triplet: 92, 84 and 8A. RGB value is (146,132,138). Sum of RGB (Red+Green+Blue) = 146+132+138=416 (55% of max value = 765). Red value is 146 (57.42% from 255 or 35.10% from 416); Green value is 132 (51.95% from 255 or 31.73% from 416); Blue value is 138 (54.30% from 255 or 33.17% from 416); Max value from RGB is 146 - color contains mainly: red. Hex color #92848A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92848A is #6D7B75. Grayscale: #888888. Windows color (decimal): -7175030 or 9077906. OLE color: 9077906.

HSL color Cylindrical-coordinate representation of color #92848A: hue angle of 334.29º degrees, saturation: 0.06, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #92848A is Cyan = 0, Magento = 0.10, Yellow = 0.05 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 132 138 -
CMYK 0 0.10 0.05 0.43
HSL 334.29º 0.06% 0.55% -
HSV(B) 334.29º 0.1% 0.57% -
XYZ 24.69 24.45 27.46 -
YUV 136.87 128.64 134.51 -
System Red Green Blue C M Y K H S L
Decimal 146 132 138 0 0.10 0.05 0.43 334.29 0.06 0.55
Hex 92 84 8A 0 A 5 2B 14E 6 37
Octal 222 204 212 0 12 5 53 516 6 67
Binary 10010010 10000100 10001010 0 1010 101 101011 101001110 110 110111

Color Harmonies of #92848A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92848A

Black with #92848A

Text Example


Text Example

White with #92848A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #92848A; }

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

 H1.HeaderClassName
 {
   color: #92848A;
 }
 .AnyTagClassName
 {
   color: #92848A;
 }
</style>

background-color css

<style>
 a { background-color: #92848A; }

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

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

border-color css

<style>
 span { border-color: #92848A; }

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

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