Html Css Color HEX #9B927D Heathered Grey

📋 copy color: '#9B927D'

red 155 ◦ green 146 ◦ blue 125

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

Shades of Heathered Grey #9B927D

Tints of Heathered Grey #9B927D

RGB

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

 GREEN value IS 146 (57.42% from 255) = 34.27%

 BLUE value IS 125 (49.22% from 255) = 29.34%

R = 36.38%
G = 34.27%
B = 29.34%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.19

 K value IS 0.39

RGB Variations

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

Color information

#9B927D (or 0x9B927D) is known color: Heathered Grey. HEX triplet: 9B, 92 and 7D. RGB value is (155,146,125). Sum of RGB (Red+Green+Blue) = 155+146+125=426 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.38% from 426); Green value is 146 (57.42% from 255 or 34.27% from 426); Blue value is 125 (49.22% from 255 or 29.34% from 426); Max value from RGB is 155 - color contains mainly: red. Hex color #9B927D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B927D is #646D82. Grayscale: #929292. Windows color (decimal): -6581635 or 8229531. OLE color: 8229531.

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

Color convert

RGB 155 146 125 -
CMYK 0 0.06 0.19 0.39
HSL 42º 0.13% 0.55% -
HSV(B) 42º 0.19% 0.61% -
XYZ 27.5 29.01 23.55 -
YUV 146.3 115.98 134.21 -
System Red Green Blue C M Y K H S L
Decimal 155 146 125 0 0.06 0.19 0.39 42 0.13 0.55
Hex 9B 92 7D 0 6 13 27 2A D 37
Octal 233 222 175 0 6 23 47 52 15 67
Binary 10011011 10010010 1111101 0 110 10011 100111 101010 1101 110111

Color Harmonies of #9B927D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B927D

Black with #9B927D

Text Example


Text Example

White with #9B927D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,146,125); }

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

background-color css

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

 a { background-color: rgb(155,146,125); }

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

border-color css

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

 span { border-color: rgb(155,146,125); }

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