Html Css Color HEX #9B7C82 Venus

📋 copy color: '#9B7C82'

red 155 ◦ green 124 ◦ blue 130

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

Shades of Venus #9B7C82

Tints of Venus #9B7C82

RGB

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

 GREEN value IS 124 (48.83% from 255) = 30.32%

 BLUE value IS 130 (51.17% from 255) = 31.78%

R = 37.9%
G = 30.32%
B = 31.78%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.16

 K value IS 0.39

RGB Variations

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

Color information

#9B7C82 (or 0x9B7C82) is known color: Venus. HEX triplet: 9B, 7C and 82. RGB value is (155,124,130). Sum of RGB (Red+Green+Blue) = 155+124+130=409 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.90% from 409); Green value is 124 (48.83% from 255 or 30.32% from 409); Blue value is 130 (51.17% from 255 or 31.78% from 409); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7C82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B7C82 is #64837D. Grayscale: #858585. Windows color (decimal): -6587262 or 8551579. OLE color: 8551579.

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

Color convert

RGB 155 124 130 -
CMYK 0 0.2 0.16 0.39
HSL 348.39º 0.13% 0.55% -
HSV(B) 348.39º 0.2% 0.61% -
XYZ 24.75 23 24.25 -
YUV 133.95 125.77 143.01 -
System Red Green Blue C M Y K H S L
Decimal 155 124 130 0 0.2 0.16 0.39 348.39 0.13 0.55
Hex 9B 7C 82 0 14 10 27 15C D 37
Octal 233 174 202 0 24 20 47 534 15 67
Binary 10011011 1111100 10000010 0 10100 10000 100111 101011100 1101 110111

Color Harmonies of #9B7C82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7C82

Black with #9B7C82

Text Example


Text Example

White with #9B7C82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,124,130); }

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

background-color css

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

 a { background-color: rgb(155,124,130); }

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

border-color css

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

 span { border-color: rgb(155,124,130); }

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