Html Css Color HEX #978586 Venus

📋 copy color: '#978586'

red 151 ◦ green 133 ◦ blue 134

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

Shades of Venus #978586

Tints of Venus #978586

RGB

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

 GREEN value IS 133 (52.34% from 255) = 31.82%

 BLUE value IS 134 (52.73% from 255) = 32.06%

R = 36.12%
G = 31.82%
B = 32.06%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.11

 K value IS 0.41

RGB Variations

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

Color information

#978586 (or 0x978586) is known color: Venus. HEX triplet: 97, 85 and 86. RGB value is (151,133,134). Sum of RGB (Red+Green+Blue) = 151+133+134=418 (55% of max value = 765). Red value is 151 (59.38% from 255 or 36.12% from 418); Green value is 133 (52.34% from 255 or 31.82% from 418); Blue value is 134 (52.73% from 255 or 32.06% from 418); Max value from RGB is 151 - color contains mainly: red. Hex color #978586 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #978586 is #687A79. Grayscale: #8A8A8A. Windows color (decimal): -6847098 or 8816023. OLE color: 8816023.

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

Color convert

RGB 151 133 134 -
CMYK 0 0.12 0.11 0.41
HSL 356.67º 0.08% 0.56% -
HSV(B) 356.67º 0.12% 0.59% -
XYZ 25.45 25.08 26.05 -
YUV 138.5 125.46 136.92 -
System Red Green Blue C M Y K H S L
Decimal 151 133 134 0 0.12 0.11 0.41 356.67 0.08 0.56
Hex 97 85 86 0 C B 29 165 8 38
Octal 227 205 206 0 14 13 51 545 10 70
Binary 10010111 10000101 10000110 0 1100 1011 101001 101100101 1000 111000

Color Harmonies of #978586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978586

Black with #978586

Text Example


Text Example

White with #978586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #978586; }

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

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

background-color css

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

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

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

border-color css

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

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

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