Html Css Color HEX #97888A Venus

📋 copy color: '#97888A'

red 151 ◦ green 136 ◦ blue 138

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

Shades of Venus #97888A

Tints of Venus #97888A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 32.47%

R = 35.53%
G = 32%
B = 32.47%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.09

 K value IS 0.41

RGB Variations

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

Color information

#97888A (or 0x97888A) is known color: Venus. HEX triplet: 97, 88 and 8A. RGB value is (151,136,138). Sum of RGB (Red+Green+Blue) = 151+136+138=425 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.53% from 425); Green value is 136 (53.52% from 255 or 32% from 425); Blue value is 138 (54.30% from 255 or 32.47% from 425); Max value from RGB is 151 - color contains mainly: red. Hex color #97888A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97888A is #687775. Grayscale: #8C8C8C. Windows color (decimal): -6846326 or 9078935. OLE color: 9078935.

HSL color Cylindrical-coordinate representation of color #97888A: hue angle of 352º 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 #97888A is Cyan = 0, Magento = 0.10, Yellow = 0.09 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 136 138 -
CMYK 0 0.10 0.09 0.41
HSL 352º 0.07% 0.56% -
HSV(B) 352º 0.1% 0.59% -
XYZ 26.15 26.02 27.69 -
YUV 140.71 126.47 135.34 -
System Red Green Blue C M Y K H S L
Decimal 151 136 138 0 0.10 0.09 0.41 352 0.07 0.56
Hex 97 88 8A 0 A 9 29 160 7 38
Octal 227 210 212 0 12 11 51 540 7 70
Binary 10010111 10001000 10001010 0 1010 1001 101001 101100000 111 111000

Color Harmonies of #97888A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97888A

Black with #97888A

Text Example


Text Example

White with #97888A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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