Html Css Color HEX #97747E Venus

📋 copy color: '#97747E'

red 151 ◦ green 116 ◦ blue 126

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

Shades of Venus #97747E

Tints of Venus #97747E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 29.52%

 BLUE value IS 126 (49.61% from 255) = 32.06%

R = 38.42%
G = 29.52%
B = 32.06%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.17

 K value IS 0.41

RGB Variations

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

Color information

#97747E (or 0x97747E) is known color: Venus. HEX triplet: 97, 74 and 7E. RGB value is (151,116,126). Sum of RGB (Red+Green+Blue) = 151+116+126=393 (52% of max value = 765). Red value is 151 (59.38% from 255 or 38.42% from 393); Green value is 116 (45.70% from 255 or 29.52% from 393); Blue value is 126 (49.61% from 255 or 32.06% from 393); Max value from RGB is 151 - color contains mainly: red. Hex color #97747E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #97747E is #688B81. Grayscale: #7F7F7F. Windows color (decimal): -6851458 or 8287383. OLE color: 8287383.

HSL color Cylindrical-coordinate representation of color #97747E: hue angle of 342.86º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #97747E is Cyan = 0, Magento = 0.23, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 116 126 -
CMYK 0 0.23 0.17 0.41
HSL 342.86º 0.14% 0.52% -
HSV(B) 342.86º 0.23% 0.59% -
XYZ 22.77 20.58 22.51 -
YUV 127.61 127.1 144.69 -
System Red Green Blue C M Y K H S L
Decimal 151 116 126 0 0.23 0.17 0.41 342.86 0.14 0.52
Hex 97 74 7E 0 17 11 29 157 E 34
Octal 227 164 176 0 27 21 51 527 16 64
Binary 10010111 1110100 1111110 0 10111 10001 101001 101010111 1110 110100

Color Harmonies of #97747E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97747E

Black with #97747E

Text Example


Text Example

White with #97747E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,116,126); }

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

background-color css

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

 a { background-color: rgb(151,116,126); }

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

border-color css

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

 span { border-color: rgb(151,116,126); }

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