Html Css Color HEX #9B907D Heathered Grey

📋 copy color: '#9B907D'

red 155 ◦ green 144 ◦ blue 125

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

Shades of Heathered Grey #9B907D

Tints of Heathered Grey #9B907D

RGB

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

 GREEN value IS 144 (56.64% from 255) = 33.96%

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

R = 36.56%
G = 33.96%
B = 29.48%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.19

 K value IS 0.39

RGB Variations

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

Color information

#9B907D (or 0x9B907D) is known color: Heathered Grey. HEX triplet: 9B, 90 and 7D. RGB value is (155,144,125). Sum of RGB (Red+Green+Blue) = 155+144+125=424 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.56% from 424); Green value is 144 (56.64% from 255 or 33.96% from 424); Blue value is 125 (49.22% from 255 or 29.48% from 424); Max value from RGB is 155 - color contains mainly: red. Hex color #9B907D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B907D is #646F82. Grayscale: #919191. Windows color (decimal): -6582147 or 8229019. OLE color: 8229019.

HSL color Cylindrical-coordinate representation of color #9B907D: hue angle of 38º 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 #9B907D is Cyan = 0, Magento = 0.07, Yellow = 0.19 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 144 125 -
CMYK 0 0.07 0.19 0.39
HSL 38º 0.13% 0.55% -
HSV(B) 38º 0.19% 0.61% -
XYZ 27.19 28.4 23.45 -
YUV 145.12 116.64 135.04 -
System Red Green Blue C M Y K H S L
Decimal 155 144 125 0 0.07 0.19 0.39 38 0.13 0.55
Hex 9B 90 7D 0 7 13 27 26 D 37
Octal 233 220 175 0 7 23 47 46 15 67
Binary 10011011 10010000 1111101 0 111 10011 100111 100110 1101 110111

Color Harmonies of #9B907D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B907D

Black with #9B907D

Text Example


Text Example

White with #9B907D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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