Html Css Color HEX #97878B Venus

📋 copy color: '#97878B'

red 151 ◦ green 135 ◦ blue 139

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

Shades of Venus #97878B

Tints of Venus #97878B

RGB

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

 GREEN value IS 135 (53.13% from 255) = 31.76%

 BLUE value IS 139 (54.69% from 255) = 32.71%

R = 35.53%
G = 31.76%
B = 32.71%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.08

 K value IS 0.41

RGB Variations

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

Color information

#97878B (or 0x97878B) is known color: Venus. HEX triplet: 97, 87 and 8B. RGB value is (151,135,139). Sum of RGB (Red+Green+Blue) = 151+135+139=425 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.53% from 425); Green value is 135 (53.12% from 255 or 31.76% from 425); Blue value is 139 (54.69% from 255 or 32.71% from 425); Max value from RGB is 151 - color contains mainly: red. Hex color #97878B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97878B is #687874. Grayscale: #8C8C8C. Windows color (decimal): -6846581 or 9144215. OLE color: 9144215.

HSL color Cylindrical-coordinate representation of color #97878B: hue angle of 345º degrees, saturation: 0.07, 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 #97878B is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 135 139 -
CMYK 0 0.11 0.08 0.41
HSL 345º 0.07% 0.56% -
HSV(B) 345º 0.11% 0.59% -
XYZ 26.09 25.77 28.03 -
YUV 140.24 127.3 135.67 -
System Red Green Blue C M Y K H S L
Decimal 151 135 139 0 0.11 0.08 0.41 345 0.07 0.56
Hex 97 87 8B 0 B 8 29 159 7 38
Octal 227 207 213 0 13 10 51 531 7 70
Binary 10010111 10000111 10001011 0 1011 1000 101001 101011001 111 111000

Color Harmonies of #97878B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97878B

Black with #97878B

Text Example


Text Example

White with #97878B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97878B; }

 p { color: rgb(151,135,139); }

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

background-color css

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

 a { background-color: rgb(151,135,139); }

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

border-color css

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

 span { border-color: rgb(151,135,139); }

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