Html Css Color HEX #97767F Venus

📋 copy color: '#97767F'

red 151 ◦ green 118 ◦ blue 127

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

Shades of Venus #97767F

Tints of Venus #97767F

RGB

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

 GREEN value IS 118 (46.48% from 255) = 29.8%

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

R = 38.13%
G = 29.8%
B = 32.07%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.16

 K value IS 0.41

RGB Variations

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

Color information

#97767F (or 0x97767F) is known color: Venus. HEX triplet: 97, 76 and 7F. RGB value is (151,118,127). Sum of RGB (Red+Green+Blue) = 151+118+127=396 (52% of max value = 765). Red value is 151 (59.38% from 255 or 38.13% from 396); Green value is 118 (46.48% from 255 or 29.80% from 396); Blue value is 127 (50% from 255 or 32.07% from 396); Max value from RGB is 151 - color contains mainly: red. Hex color #97767F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #97767F is #688980. Grayscale: #808080. Windows color (decimal): -6850945 or 8353431. OLE color: 8353431.

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

Color convert

RGB 151 118 127 -
CMYK 0 0.22 0.16 0.41
HSL 343.64º 0.14% 0.53% -
HSV(B) 343.64º 0.22% 0.59% -
XYZ 23.07 21.07 22.93 -
YUV 128.89 126.93 143.77 -
System Red Green Blue C M Y K H S L
Decimal 151 118 127 0 0.22 0.16 0.41 343.64 0.14 0.53
Hex 97 76 7F 0 16 10 29 158 E 35
Octal 227 166 177 0 26 20 51 530 16 65
Binary 10010111 1110110 1111111 0 10110 10000 101001 101011000 1110 110101

Color Harmonies of #97767F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97767F

Black with #97767F

Text Example


Text Example

White with #97767F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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