Html Css Color HEX #978185 Venus

📋 copy color: '#978185'

red 151 ◦ green 129 ◦ blue 133

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

Shades of Venus #978185

Tints of Venus #978185

RGB

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

 GREEN value IS 129 (50.78% from 255) = 31.23%

 BLUE value IS 133 (52.34% from 255) = 32.2%

R = 36.56%
G = 31.23%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.12

 K value IS 0.41

RGB Variations

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

Color information

#978185 (or 0x978185) is known color: Venus. HEX triplet: 97, 81 and 85. RGB value is (151,129,133). Sum of RGB (Red+Green+Blue) = 151+129+133=413 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.56% from 413); Green value is 129 (50.78% from 255 or 31.23% from 413); Blue value is 133 (52.34% from 255 or 32.20% from 413); Max value from RGB is 151 - color contains mainly: red. Hex color #978185 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #978185 is #687E7A. Grayscale: #888888. Windows color (decimal): -6848123 or 8749463. OLE color: 8749463.

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

Color convert

RGB 151 129 133 -
CMYK 0 0.15 0.12 0.41
HSL 349.09º 0.1% 0.55% -
HSV(B) 349.09º 0.15% 0.59% -
XYZ 24.85 23.97 25.51 -
YUV 136.03 126.29 138.67 -
System Red Green Blue C M Y K H S L
Decimal 151 129 133 0 0.15 0.12 0.41 349.09 0.1 0.55
Hex 97 81 85 0 F C 29 15D A 37
Octal 227 201 205 0 17 14 51 535 12 67
Binary 10010111 10000001 10000101 0 1111 1100 101001 101011101 1010 110111

Color Harmonies of #978185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978185

Black with #978185

Text Example


Text Example

White with #978185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #978185; }

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

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

background-color css

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

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

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

border-color css

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

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

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