Html Css Color HEX #908082 Venus

📋 copy color: '#908082'

red 144 ◦ green 128 ◦ blue 130

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

Shades of Venus #908082

Tints of Venus #908082

RGB

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

 GREEN value IS 128 (50.39% from 255) = 31.84%

 BLUE value IS 130 (51.17% from 255) = 32.34%

R = 35.82%
G = 31.84%
B = 32.34%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.10

 K value IS 0.44

RGB Variations

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

Color information

#908082 (or 0x908082) is known color: Venus. HEX triplet: 90, 80 and 82. RGB value is (144,128,130). Sum of RGB (Red+Green+Blue) = 144+128+130=402 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.82% from 402); Green value is 128 (50.39% from 255 or 31.84% from 402); Blue value is 130 (51.17% from 255 or 32.34% from 402); Max value from RGB is 144 - color contains mainly: red. Hex color #908082 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908082 is #6F7F7D. Grayscale: #858585. Windows color (decimal): -7307134 or 8552592. OLE color: 8552592.

HSL color Cylindrical-coordinate representation of color #908082: hue angle of 352.5º degrees, saturation: 0.07, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #908082 is Cyan = 0, Magento = 0.11, Yellow = 0.10 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 128 130 -
CMYK 0 0.11 0.10 0.44
HSL 352.5º 0.07% 0.53% -
HSV(B) 352.5º 0.11% 0.56% -
XYZ 23.25 22.98 24.33 -
YUV 133.01 126.3 135.84 -
System Red Green Blue C M Y K H S L
Decimal 144 128 130 0 0.11 0.10 0.44 352.5 0.07 0.53
Hex 90 80 82 0 B A 2C 160 7 35
Octal 220 200 202 0 13 12 54 540 7 65
Binary 10010000 10000000 10000010 0 1011 1010 101100 101100000 111 110101

Color Harmonies of #908082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908082

Black with #908082

Text Example


Text Example

White with #908082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #908082; }

 p { color: rgb(144,128,130); }

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

background-color css

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

 a { background-color: rgb(144,128,130); }

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

border-color css

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

 span { border-color: rgb(144,128,130); }

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