Html Css Color HEX #9B747F Venus

📋 copy color: '#9B747F'

red 155 ◦ green 116 ◦ blue 127

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

Shades of Venus #9B747F

Tints of Venus #9B747F

RGB

 RED value IS 155 (60.94% from 255) = 38.94%

 GREEN value IS 116 (45.7% from 255) = 29.15%

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

R = 38.94%
G = 29.15%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.18

 K value IS 0.39

RGB Variations

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

Color information

#9B747F (or 0x9B747F) is known color: Venus. HEX triplet: 9B, 74 and 7F. RGB value is (155,116,127). Sum of RGB (Red+Green+Blue) = 155+116+127=398 (52% of max value = 765). Red value is 155 (60.94% from 255 or 38.94% from 398); Green value is 116 (45.70% from 255 or 29.15% from 398); Blue value is 127 (50% from 255 or 31.91% from 398); Max value from RGB is 155 - color contains mainly: red. Hex color #9B747F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B747F is #648B80. Grayscale: #808080. Windows color (decimal): -6589313 or 8352923. OLE color: 8352923.

HSL color Cylindrical-coordinate representation of color #9B747F: hue angle of 343.08º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9B747F is Cyan = 0, Magento = 0.25, Yellow = 0.18 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 116 127 -
CMYK 0 0.25 0.18 0.39
HSL 343.08º 0.16% 0.53% -
HSV(B) 343.08º 0.25% 0.61% -
XYZ 23.59 20.99 22.89 -
YUV 128.92 126.92 146.61 -
System Red Green Blue C M Y K H S L
Decimal 155 116 127 0 0.25 0.18 0.39 343.08 0.16 0.53
Hex 9B 74 7F 0 19 12 27 157 10 35
Octal 233 164 177 0 31 22 47 527 20 65
Binary 10011011 1110100 1111111 0 11001 10010 100111 101010111 10000 110101

Color Harmonies of #9B747F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B747F

Black with #9B747F

Text Example


Text Example

White with #9B747F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9B747F; }

 p { color: rgb(155,116,127); }

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

background-color css

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

 a { background-color: rgb(155,116,127); }

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

border-color css

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

 span { border-color: rgb(155,116,127); }

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