Html Css Color HEX #9CA7AD Gull Grey

📋 copy color: '#9CA7AD'

red 156 ◦ green 167 ◦ blue 173

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

Shades of Gull Grey #9CA7AD

Tints of Gull Grey #9CA7AD

RGB

 RED value IS 156 (61.33% from 255) = 31.45%

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

 BLUE value IS 173 (67.97% from 255) = 34.88%

R = 31.45%
G = 33.67%
B = 34.88%

CMYK

 C value IS 0.10

 M value IS 0.03

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9CA7AD (or 0x9CA7AD) is known color: Gull Grey. HEX triplet: 9C, A7 and AD. RGB value is (156,167,173). Sum of RGB (Red+Green+Blue) = 156+167+173=496 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.45% from 496); Green value is 167 (65.62% from 255 or 33.67% from 496); Blue value is 173 (67.97% from 255 or 34.88% from 496); Max value from RGB is 173 - color contains mainly: blue. Hex color #9CA7AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CA7AD is #635852. Grayscale: #A4A4A4. Windows color (decimal): -6510675 or 11380636. OLE color: 11380636.

HSL color Cylindrical-coordinate representation of color #9CA7AD: hue angle of 201.18º degrees, saturation: 0.09, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9CA7AD is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 156 167 173 -
CMYK 0.10 0.03 0 0.32
HSL 201.18º 0.09% 0.65% -
HSV(B) 201.18º 0.1% 0.68% -
XYZ 35.07 37.72 44.97 -
YUV 164.4 132.86 122.01 -
System Red Green Blue C M Y K H S L
Decimal 156 167 173 0.10 0.03 0 0.32 201.18 0.09 0.65
Hex 9C A7 AD A 3 0 20 C9 9 41
Octal 234 247 255 12 3 0 40 311 11 101
Binary 10011100 10100111 10101101 1010 11 0 100000 11001001 1001 1000001

Color Harmonies of #9CA7AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CA7AD

Black with #9CA7AD

Text Example


Text Example

White with #9CA7AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,167,173); }

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

background-color css

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

 a { background-color: rgb(156,167,173); }

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

border-color css

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

 span { border-color: rgb(156,167,173); }

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