Html Css Color HEX #96777F Venus

📋 copy color: '#96777F'

red 150 ◦ green 119 ◦ blue 127

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

Shades of Venus #96777F

Tints of Venus #96777F

RGB

 RED value IS 150 (58.98% from 255) = 37.88%

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

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

R = 37.88%
G = 30.05%
B = 32.07%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.15

 K value IS 0.41

RGB Variations

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

Color information

#96777F (or 0x96777F) is known color: Venus. HEX triplet: 96, 77 and 7F. RGB value is (150,119,127). Sum of RGB (Red+Green+Blue) = 150+119+127=396 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.88% from 396); Green value is 119 (46.88% from 255 or 30.05% from 396); Blue value is 127 (50% from 255 or 32.07% from 396); Max value from RGB is 150 - color contains mainly: red. Hex color #96777F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96777F is #698880. Grayscale: #818181. Windows color (decimal): -6916225 or 8353686. OLE color: 8353686.

HSL color Cylindrical-coordinate representation of color #96777F: hue angle of 344.52º 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 #96777F is Cyan = 0, Magento = 0.21, Yellow = 0.15 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 119 127 -
CMYK 0 0.21 0.15 0.41
HSL 344.52º 0.13% 0.53% -
HSV(B) 344.52º 0.21% 0.59% -
XYZ 23.01 21.21 22.96 -
YUV 129.18 126.77 142.85 -
System Red Green Blue C M Y K H S L
Decimal 150 119 127 0 0.21 0.15 0.41 344.52 0.13 0.53
Hex 96 77 7F 0 15 F 29 159 D 35
Octal 226 167 177 0 25 17 51 531 15 65
Binary 10010110 1110111 1111111 0 10101 1111 101001 101011001 1101 110101

Color Harmonies of #96777F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96777F

Black with #96777F

Text Example


Text Example

White with #96777F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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