Html Css Color HEX #978688 Venus

📋 copy color: '#978688'

red 151 ◦ green 134 ◦ blue 136

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

Shades of Venus #978688

Tints of Venus #978688

RGB

 RED value IS 151 (59.38% from 255) = 35.87%

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

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

R = 35.87%
G = 31.83%
B = 32.3%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.10

 K value IS 0.41

RGB Variations

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

Color information

#978688 (or 0x978688) is known color: Venus. HEX triplet: 97, 86 and 88. RGB value is (151,134,136). Sum of RGB (Red+Green+Blue) = 151+134+136=421 (55% of max value = 765). Red value is 151 (59.38% from 255 or 35.87% from 421); Green value is 134 (52.73% from 255 or 31.83% from 421); Blue value is 136 (53.52% from 255 or 32.30% from 421); Max value from RGB is 151 - color contains mainly: red. Hex color #978688 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #978688 is #687977. Grayscale: #8B8B8B. Windows color (decimal): -6846840 or 8947351. OLE color: 8947351.

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

Color convert

RGB 151 134 136 -
CMYK 0 0.11 0.10 0.41
HSL 352.94º 0.08% 0.56% -
HSV(B) 352.94º 0.11% 0.59% -
XYZ 25.73 25.41 26.84 -
YUV 139.31 126.13 136.34 -
System Red Green Blue C M Y K H S L
Decimal 151 134 136 0 0.11 0.10 0.41 352.94 0.08 0.56
Hex 97 86 88 0 B A 29 161 8 38
Octal 227 206 210 0 13 12 51 541 10 70
Binary 10010111 10000110 10001000 0 1011 1010 101001 101100001 1000 111000

Color Harmonies of #978688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978688

Black with #978688

Text Example


Text Example

White with #978688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #978688; }

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

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

background-color css

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

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

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

border-color css

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

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

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