Html Css Color HEX #97777F Venus

📋 copy color: '#97777F'

red 151 ◦ green 119 ◦ blue 127

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

Shades of Venus #97777F

Tints of Venus #97777F

RGB

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

 GREEN value IS 119 (46.88% from 255) = 29.97%

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

R = 38.04%
G = 29.97%
B = 31.99%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.16

 K value IS 0.41

RGB Variations

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

Color information

#97777F (or 0x97777F) is known color: Venus. HEX triplet: 97, 77 and 7F. RGB value is (151,119,127). Sum of RGB (Red+Green+Blue) = 151+119+127=397 (52% of max value = 765). Red value is 151 (59.38% from 255 or 38.04% from 397); Green value is 119 (46.88% from 255 or 29.97% from 397); Blue value is 127 (50% from 255 or 31.99% from 397); Max value from RGB is 151 - color contains mainly: red. Hex color #97777F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #97777F is #688880. Grayscale: #818181. Windows color (decimal): -6850689 or 8353687. OLE color: 8353687.

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

Color convert

RGB 151 119 127 -
CMYK 0 0.21 0.16 0.41
HSL 345º 0.13% 0.53% -
HSV(B) 345º 0.21% 0.59% -
XYZ 23.19 21.31 22.97 -
YUV 129.48 126.6 143.35 -
System Red Green Blue C M Y K H S L
Decimal 151 119 127 0 0.21 0.16 0.41 345 0.13 0.53
Hex 97 77 7F 0 15 10 29 159 D 35
Octal 227 167 177 0 25 20 51 531 15 65
Binary 10010111 1110111 1111111 0 10101 10000 101001 101011001 1101 110101

Color Harmonies of #97777F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97777F

Black with #97777F

Text Example


Text Example

White with #97777F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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