Html Css Color HEX #92838A Venus

📋 copy color: '#92838A'

red 146 ◦ green 131 ◦ blue 138

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

Shades of Venus #92838A

Tints of Venus #92838A

RGB

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

 GREEN value IS 131 (51.56% from 255) = 31.57%

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

R = 35.18%
G = 31.57%
B = 33.25%

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

#92838A (or 0x92838A) is known color: Venus. HEX triplet: 92, 83 and 8A. RGB value is (146,131,138). Sum of RGB (Red+Green+Blue) = 146+131+138=415 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.18% from 415); Green value is 131 (51.56% from 255 or 31.57% from 415); Blue value is 138 (54.30% from 255 or 33.25% from 415); Max value from RGB is 146 - color contains mainly: red. Hex color #92838A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92838A is #6D7C75. Grayscale: #888888. Windows color (decimal): -7175286 or 9077650. OLE color: 9077650.

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

Color convert

RGB 146 131 138 -
CMYK 0 0.10 0.05 0.43
HSL 332º 0.06% 0.54% -
HSV(B) 332º 0.1% 0.57% -
XYZ 24.56 24.18 27.42 -
YUV 136.28 128.97 134.93 -
System Red Green Blue C M Y K H S L
Decimal 146 131 138 0 0.10 0.05 0.43 332 0.06 0.54
Hex 92 83 8A 0 A 5 2B 14C 6 36
Octal 222 203 212 0 12 5 53 514 6 66
Binary 10010010 10000011 10001010 0 1010 101 101011 101001100 110 110110

Color Harmonies of #92838A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92838A

Black with #92838A

Text Example


Text Example

White with #92838A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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