Html Css Color HEX #908688 Venus

📋 copy color: '#908688'

red 144 ◦ green 134 ◦ blue 136

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

Shades of Venus #908688

Tints of Venus #908688

RGB

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

 GREEN value IS 134 (52.73% from 255) = 32.37%

 BLUE value IS 136 (53.52% from 255) = 32.85%

R = 34.78%
G = 32.37%
B = 32.85%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.06

 K value IS 0.44

RGB Variations

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

Color information

#908688 (or 0x908688) is known color: Venus. HEX triplet: 90, 86 and 88. RGB value is (144,134,136). Sum of RGB (Red+Green+Blue) = 144+134+136=414 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.78% from 414); Green value is 134 (52.73% from 255 or 32.37% from 414); Blue value is 136 (53.52% from 255 or 32.85% from 414); Max value from RGB is 144 - color contains mainly: red. Hex color #908688 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908688 is #6F7977. Grayscale: #898989. Windows color (decimal): -7305592 or 8947344. OLE color: 8947344.

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

Color convert

RGB 144 134 136 -
CMYK 0 0.07 0.06 0.44
HSL 348º 0.04% 0.55% -
HSV(B) 348º 0.07% 0.56% -
XYZ 24.47 24.76 26.78 -
YUV 137.22 127.31 132.84 -
System Red Green Blue C M Y K H S L
Decimal 144 134 136 0 0.07 0.06 0.44 348 0.04 0.55
Hex 90 86 88 0 7 6 2C 15C 4 37
Octal 220 206 210 0 7 6 54 534 4 67
Binary 10010000 10000110 10001000 0 111 110 101100 101011100 100 110111

Color Harmonies of #908688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908688

Black with #908688

Text Example


Text Example

White with #908688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #908688; }

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

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

background-color css

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

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

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

border-color css

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

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

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