Html Css Color HEX #9CA4A7 Gull Grey

📋 copy color: '#9CA4A7'

red 156 ◦ green 164 ◦ blue 167

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

Shades of Gull Grey #9CA4A7

Tints of Gull Grey #9CA4A7

RGB

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

 GREEN value IS 164 (64.45% from 255) = 33.68%

 BLUE value IS 167 (65.63% from 255) = 34.29%

R = 32.03%
G = 33.68%
B = 34.29%

CMYK

 C value IS 0.07

 M value IS 0.02

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#9CA4A7 (or 0x9CA4A7) is known color: Gull Grey. HEX triplet: 9C, A4 and A7. RGB value is (156,164,167). Sum of RGB (Red+Green+Blue) = 156+164+167=487 (64% of max value = 765). Red value is 156 (61.33% from 255 or 32.03% from 487); Green value is 164 (64.45% from 255 or 33.68% from 487); Blue value is 167 (65.62% from 255 or 34.29% from 487); Max value from RGB is 167 - color contains mainly: blue. Hex color #9CA4A7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CA4A7 is #635B58. Grayscale: #A1A1A1. Windows color (decimal): -6511449 or 10986652. OLE color: 10986652.

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

Color convert

RGB 156 164 167 -
CMYK 0.07 0.02 0 0.35
HSL 196.36º 0.06% 0.63% -
HSV(B) 196.36º 0.07% 0.65% -
XYZ 33.96 36.41 41.8 -
YUV 161.95 130.85 123.76 -
System Red Green Blue C M Y K H S L
Decimal 156 164 167 0.07 0.02 0 0.35 196.36 0.06 0.63
Hex 9C A4 A7 7 2 0 23 C4 6 3F
Octal 234 244 247 7 2 0 43 304 6 77
Binary 10011100 10100100 10100111 111 10 0 100011 11000100 110 111111

Color Harmonies of #9CA4A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CA4A7

Black with #9CA4A7

Text Example


Text Example

White with #9CA4A7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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