Html Css Color HEX #90888A Venus

📋 copy color: '#90888A'

red 144 ◦ green 136 ◦ blue 138

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

Shades of Venus #90888A

Tints of Venus #90888A

RGB

 RED value IS 144 (56.64% from 255) = 34.45%

 GREEN value IS 136 (53.52% from 255) = 32.54%

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

R = 34.45%
G = 32.54%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.04

 K value IS 0.44

RGB Variations

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

Color information

#90888A (or 0x90888A) is known color: Venus. HEX triplet: 90, 88 and 8A. RGB value is (144,136,138). Sum of RGB (Red+Green+Blue) = 144+136+138=418 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.45% from 418); Green value is 136 (53.52% from 255 or 32.54% from 418); Blue value is 138 (54.30% from 255 or 33.01% from 418); Max value from RGB is 144 - color contains mainly: red. Hex color #90888A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90888A is #6F7775. Grayscale: #8A8A8A. Windows color (decimal): -7305078 or 9078928. OLE color: 9078928.

HSL color Cylindrical-coordinate representation of color #90888A: hue angle of 345º degrees, saturation: 0.03, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #90888A is Cyan = 0, Magento = 0.06, Yellow = 0.04 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 136 138 -
CMYK 0 0.06 0.04 0.44
HSL 345º 0.03% 0.55% -
HSV(B) 345º 0.06% 0.56% -
XYZ 24.89 25.37 27.63 -
YUV 138.62 127.65 131.84 -
System Red Green Blue C M Y K H S L
Decimal 144 136 138 0 0.06 0.04 0.44 345 0.03 0.55
Hex 90 88 8A 0 6 4 2C 159 3 37
Octal 220 210 212 0 6 4 54 531 3 67
Binary 10010000 10001000 10001010 0 110 100 101100 101011001 11 110111

Color Harmonies of #90888A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90888A

Black with #90888A

Text Example


Text Example

White with #90888A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,136,138); }

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

background-color css

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

 a { background-color: rgb(144,136,138); }

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

border-color css

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

 span { border-color: rgb(144,136,138); }

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