Html Css Color HEX #97737F Venus

📋 copy color: '#97737F'

red 151 ◦ green 115 ◦ blue 127

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

Shades of Venus #97737F

Tints of Venus #97737F

RGB

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

 GREEN value IS 115 (45.31% from 255) = 29.26%

 BLUE value IS 127 (50% from 255) = 32.32%

R = 38.42%
G = 29.26%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.16

 K value IS 0.41

RGB Variations

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

Color information

#97737F (or 0x97737F) is known color: Venus. HEX triplet: 97, 73 and 7F. RGB value is (151,115,127). Sum of RGB (Red+Green+Blue) = 151+115+127=393 (52% of max value = 765). Red value is 151 (59.38% from 255 or 38.42% from 393); Green value is 115 (45.31% from 255 or 29.26% from 393); Blue value is 127 (50% from 255 or 32.32% from 393); Max value from RGB is 151 - color contains mainly: red. Hex color #97737F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #97737F is #688C80. Grayscale: #7F7F7F. Windows color (decimal): -6851713 or 8352663. OLE color: 8352663.

HSL color Cylindrical-coordinate representation of color #97737F: hue angle of 340º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #97737F is Cyan = 0, Magento = 0.24, Yellow = 0.16 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 115 127 -
CMYK 0 0.24 0.16 0.41
HSL 340º 0.15% 0.52% -
HSV(B) 340º 0.24% 0.59% -
XYZ 22.72 20.37 22.81 -
YUV 127.13 127.93 145.02 -
System Red Green Blue C M Y K H S L
Decimal 151 115 127 0 0.24 0.16 0.41 340 0.15 0.52
Hex 97 73 7F 0 18 10 29 154 F 34
Octal 227 163 177 0 30 20 51 524 17 64
Binary 10010111 1110011 1111111 0 11000 10000 101001 101010100 1111 110100

Color Harmonies of #97737F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97737F

Black with #97737F

Text Example


Text Example

White with #97737F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97737F; }

 p { color: rgb(151,115,127); }

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

background-color css

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

 a { background-color: rgb(151,115,127); }

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

border-color css

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

 span { border-color: rgb(151,115,127); }

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