Html Css Color HEX #997780 Venus

📋 copy color: '#997780'

red 153 ◦ green 119 ◦ blue 128

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

Shades of Venus #997780

Tints of Venus #997780

RGB

 RED value IS 153 (60.16% from 255) = 38.25%

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

 BLUE value IS 128 (50.39% from 255) = 32%

R = 38.25%
G = 29.75%
B = 32%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.16

 K value IS 0.4

RGB Variations

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

Color information

#997780 (or 0x997780) is known color: Venus. HEX triplet: 99, 77 and 80. RGB value is (153,119,128). Sum of RGB (Red+Green+Blue) = 153+119+128=400 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.25% from 400); Green value is 119 (46.88% from 255 or 29.75% from 400); Blue value is 128 (50.39% from 255 or 32% from 400); Max value from RGB is 153 - color contains mainly: red. Hex color #997780 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997780 is #66887F. Grayscale: #828282. Windows color (decimal): -6719616 or 8419225. OLE color: 8419225.

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

Color convert

RGB 153 119 128 -
CMYK 0 0.22 0.16 0.4
HSL 344.12º 0.14% 0.53% -
HSV(B) 344.12º 0.22% 0.6% -
XYZ 23.63 21.52 23.33 -
YUV 130.19 126.76 144.27 -
System Red Green Blue C M Y K H S L
Decimal 153 119 128 0 0.22 0.16 0.4 344.12 0.14 0.53
Hex 99 77 80 0 16 10 28 158 E 35
Octal 231 167 200 0 26 20 50 530 16 65
Binary 10011001 1110111 10000000 0 10110 10000 101000 101011000 1110 110101

Color Harmonies of #997780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997780

Black with #997780

Text Example


Text Example

White with #997780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997780; }

 p { color: rgb(153,119,128); }

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

background-color css

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

 a { background-color: rgb(153,119,128); }

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

border-color css

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

 span { border-color: rgb(153,119,128); }

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