Html Css Color HEX #99767F Venus

📋 copy color: '#99767F'

red 153 ◦ green 118 ◦ blue 127

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

Shades of Venus #99767F

Tints of Venus #99767F

RGB

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

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

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

R = 38.44%
G = 29.65%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.17

 K value IS 0.4

RGB Variations

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

Color information

#99767F (or 0x99767F) is known color: Venus. HEX triplet: 99, 76 and 7F. RGB value is (153,118,127). Sum of RGB (Red+Green+Blue) = 153+118+127=398 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.44% from 398); Green value is 118 (46.48% from 255 or 29.65% from 398); Blue value is 127 (50% from 255 or 31.91% from 398); Max value from RGB is 153 - color contains mainly: red. Hex color #99767F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99767F is #668980. Grayscale: #818181. Windows color (decimal): -6719873 or 8353433. OLE color: 8353433.

HSL color Cylindrical-coordinate representation of color #99767F: hue angle of 344.57º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #99767F is Cyan = 0, Magento = 0.23, Yellow = 0.17 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 118 127 -
CMYK 0 0.23 0.17 0.4
HSL 344.57º 0.15% 0.53% -
HSV(B) 344.57º 0.23% 0.6% -
XYZ 23.45 21.26 22.95 -
YUV 129.49 126.6 144.77 -
System Red Green Blue C M Y K H S L
Decimal 153 118 127 0 0.23 0.17 0.4 344.57 0.15 0.53
Hex 99 76 7F 0 17 11 28 159 F 35
Octal 231 166 177 0 27 21 50 531 17 65
Binary 10011001 1110110 1111111 0 10111 10001 101000 101011001 1111 110101

Color Harmonies of #99767F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99767F

Black with #99767F

Text Example


Text Example

White with #99767F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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