Html Css Color HEX #97727F Venus

📋 copy color: '#97727F'

red 151 ◦ green 114 ◦ blue 127

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

Shades of Venus #97727F

Tints of Venus #97727F

RGB

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

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

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

R = 38.52%
G = 29.08%
B = 32.4%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.16

 K value IS 0.41

RGB Variations

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

Color information

#97727F (or 0x97727F) is known color: Venus. HEX triplet: 97, 72 and 7F. RGB value is (151,114,127). Sum of RGB (Red+Green+Blue) = 151+114+127=392 (51% of max value = 765). Red value is 151 (59.38% from 255 or 38.52% from 392); Green value is 114 (44.92% from 255 or 29.08% from 392); Blue value is 127 (50% from 255 or 32.40% from 392); Max value from RGB is 151 - color contains mainly: red. Hex color #97727F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #97727F is #688D80. Grayscale: #7E7E7E. Windows color (decimal): -6851969 or 8352407. OLE color: 8352407.

HSL color Cylindrical-coordinate representation of color #97727F: hue angle of 338.92º 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 #97727F is Cyan = 0, Magento = 0.25, Yellow = 0.16 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 114 127 -
CMYK 0 0.25 0.16 0.41
HSL 338.92º 0.15% 0.52% -
HSV(B) 338.92º 0.25% 0.59% -
XYZ 22.61 20.15 22.78 -
YUV 126.55 128.26 145.44 -
System Red Green Blue C M Y K H S L
Decimal 151 114 127 0 0.25 0.16 0.41 338.92 0.15 0.52
Hex 97 72 7F 0 19 10 29 153 F 34
Octal 227 162 177 0 31 20 51 523 17 64
Binary 10010111 1110010 1111111 0 11001 10000 101001 101010011 1111 110100

Color Harmonies of #97727F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97727F

Black with #97727F

Text Example


Text Example

White with #97727F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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