Html Css Color HEX #97888E Venus

📋 copy color: '#97888E'

red 151 ◦ green 136 ◦ blue 142

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

Shades of Venus #97888E

Tints of Venus #97888E

RGB

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

 GREEN value IS 136 (53.52% from 255) = 31.7%

 BLUE value IS 142 (55.86% from 255) = 33.1%

R = 35.2%
G = 31.7%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.06

 K value IS 0.41

RGB Variations

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

Color information

#97888E (or 0x97888E) is known color: Venus. HEX triplet: 97, 88 and 8E. RGB value is (151,136,142). Sum of RGB (Red+Green+Blue) = 151+136+142=429 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.20% from 429); Green value is 136 (53.52% from 255 or 31.70% from 429); Blue value is 142 (55.86% from 255 or 33.10% from 429); Max value from RGB is 151 - color contains mainly: red. Hex color #97888E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97888E is #687771. Grayscale: #8D8D8D. Windows color (decimal): -6846322 or 9341079. OLE color: 9341079.

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

Color convert

RGB 151 136 142 -
CMYK 0 0.10 0.06 0.41
HSL 336º 0.07% 0.56% -
HSV(B) 336º 0.1% 0.59% -
XYZ 26.45 26.14 29.24 -
YUV 141.17 128.47 135.01 -
System Red Green Blue C M Y K H S L
Decimal 151 136 142 0 0.10 0.06 0.41 336 0.07 0.56
Hex 97 88 8E 0 A 6 29 150 7 38
Octal 227 210 216 0 12 6 51 520 7 70
Binary 10010111 10001000 10001110 0 1010 110 101001 101010000 111 111000

Color Harmonies of #97888E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97888E

Black with #97888E

Text Example


Text Example

White with #97888E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97888E; }

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

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

background-color css

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

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

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

border-color css

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

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

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