Html Css Color HEX #997F85 Venus

📋 copy color: '#997F85'

red 153 ◦ green 127 ◦ blue 133

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

Shades of Venus #997F85

Tints of Venus #997F85

RGB

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

 GREEN value IS 127 (50% from 255) = 30.75%

 BLUE value IS 133 (52.34% from 255) = 32.2%

R = 37.05%
G = 30.75%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.13

 K value IS 0.4

RGB Variations

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

Color information

#997F85 (or 0x997F85) is known color: Venus. HEX triplet: 99, 7F and 85. RGB value is (153,127,133). Sum of RGB (Red+Green+Blue) = 153+127+133=413 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.05% from 413); Green value is 127 (50% from 255 or 30.75% from 413); Blue value is 133 (52.34% from 255 or 32.20% from 413); Max value from RGB is 153 - color contains mainly: red. Hex color #997F85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997F85 is #66807A. Grayscale: #878787. Windows color (decimal): -6717563 or 8748953. OLE color: 8748953.

HSL color Cylindrical-coordinate representation of color #997F85: hue angle of 346.15º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #997F85 is Cyan = 0, Magento = 0.17, Yellow = 0.13 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 127 133 -
CMYK 0 0.17 0.13 0.4
HSL 346.15º 0.11% 0.55% -
HSV(B) 346.15º 0.17% 0.6% -
XYZ 24.96 23.64 25.44 -
YUV 135.46 126.61 140.51 -
System Red Green Blue C M Y K H S L
Decimal 153 127 133 0 0.17 0.13 0.4 346.15 0.11 0.55
Hex 99 7F 85 0 11 D 28 15A B 37
Octal 231 177 205 0 21 15 50 532 13 67
Binary 10011001 1111111 10000101 0 10001 1101 101000 101011010 1011 110111

Color Harmonies of #997F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997F85

Black with #997F85

Text Example


Text Example

White with #997F85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997F85; }

 p { color: rgb(153,127,133); }

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

background-color css

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

 a { background-color: rgb(153,127,133); }

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

border-color css

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

 span { border-color: rgb(153,127,133); }

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