Html Css Color HEX #97727C Venus

📋 copy color: '#97727C'

red 151 ◦ green 114 ◦ blue 124

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

Shades of Venus #97727C

Tints of Venus #97727C

RGB

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

 GREEN value IS 114 (44.92% from 255) = 29.31%

 BLUE value IS 124 (48.83% from 255) = 31.88%

R = 38.82%
G = 29.31%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.18

 K value IS 0.41

RGB Variations

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

Color information

#97727C (or 0x97727C) is known color: Venus. HEX triplet: 97, 72 and 7C. RGB value is (151,114,124). Sum of RGB (Red+Green+Blue) = 151+114+124=389 (51% of max value = 765). Red value is 151 (59.38% from 255 or 38.82% from 389); Green value is 114 (44.92% from 255 or 29.31% from 389); Blue value is 124 (48.83% from 255 or 31.88% from 389); Max value from RGB is 151 - color contains mainly: red. Hex color #97727C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #97727C is #688D83. Grayscale: #7E7E7E. Windows color (decimal): -6851972 or 8155799. OLE color: 8155799.

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

Color convert

RGB 151 114 124 -
CMYK 0 0.25 0.18 0.41
HSL 343.78º 0.15% 0.52% -
HSV(B) 343.78º 0.25% 0.59% -
XYZ 22.42 20.07 21.76 -
YUV 126.2 126.76 145.69 -
System Red Green Blue C M Y K H S L
Decimal 151 114 124 0 0.25 0.18 0.41 343.78 0.15 0.52
Hex 97 72 7C 0 19 12 29 158 F 34
Octal 227 162 174 0 31 22 51 530 17 64
Binary 10010111 1110010 1111100 0 11001 10010 101001 101011000 1111 110100

Color Harmonies of #97727C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97727C

Black with #97727C

Text Example


Text Example

White with #97727C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97727C; }

 p { color: rgb(151,114,124); }

 H1.HeaderClassName
 {
   color: #97727C;
 }
 .AnyTagClassName
 {
   color: #97727C;
 }
</style>

background-color css

<style>
 a { background-color: #97727C; }

 a { background-color: rgb(151,114,124); }

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

border-color css

<style>
 span { border-color: #97727C; }

 span { border-color: rgb(151,114,124); }

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