Html Css Color HEX #9DA7A5 Hit Grey

📋 copy color: '#9DA7A5'

red 157 ◦ green 167 ◦ blue 165

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

Shades of Hit Grey #9DA7A5

Tints of Hit Grey #9DA7A5

RGB

 RED value IS 157 (61.72% from 255) = 32.11%

 GREEN value IS 167 (65.63% from 255) = 34.15%

 BLUE value IS 165 (64.84% from 255) = 33.74%

R = 32.11%
G = 34.15%
B = 33.74%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.01

 K value IS 0.35

RGB Variations

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

Color information

#9DA7A5 (or 0x9DA7A5) is known color: Hit Grey. HEX triplet: 9D, A7 and A5. RGB value is (157,167,165). Sum of RGB (Red+Green+Blue) = 157+167+165=489 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.11% from 489); Green value is 167 (65.62% from 255 or 34.15% from 489); Blue value is 165 (64.84% from 255 or 33.74% from 489); Max value from RGB is 167 - color contains mainly: green. Hex color #9DA7A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DA7A5 is #62585A. Grayscale: #A3A3A3. Windows color (decimal): -6445147 or 10856349. OLE color: 10856349.

HSL color Cylindrical-coordinate representation of color #9DA7A5: hue angle of 168º degrees, saturation: 0.05, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #9DA7A5 is Cyan = 0.06, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.35.

Color convert

RGB 157 167 165 -
CMYK 0.06 0 0.01 0.35
HSL 168º 0.05% 0.64% -
HSV(B) 168º 0.06% 0.65% -
XYZ 34.51 37.52 41.02 -
YUV 163.78 128.69 123.16 -
System Red Green Blue C M Y K H S L
Decimal 157 167 165 0.06 0 0.01 0.35 168 0.05 0.64
Hex 9D A7 A5 6 0 1 23 A8 5 40
Octal 235 247 245 6 0 1 43 250 5 100
Binary 10011101 10100111 10100101 110 0 1 100011 10101000 101 1000000

Color Harmonies of #9DA7A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DA7A5

Black with #9DA7A5

Text Example


Text Example

White with #9DA7A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,167,165); }

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

background-color css

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

 a { background-color: rgb(157,167,165); }

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

border-color css

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

 span { border-color: rgb(157,167,165); }

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