Html Css Color HEX #9BA7AC Gull Grey

📋 copy color: '#9BA7AC'

red 155 ◦ green 167 ◦ blue 172

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

Shades of Gull Grey #9BA7AC

Tints of Gull Grey #9BA7AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 34.82%

R = 31.38%
G = 33.81%
B = 34.82%

CMYK

 C value IS 0.10

 M value IS 0.03

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9BA7AC (or 0x9BA7AC) is known color: Gull Grey. HEX triplet: 9B, A7 and AC. RGB value is (155,167,172). Sum of RGB (Red+Green+Blue) = 155+167+172=494 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.38% from 494); Green value is 167 (65.62% from 255 or 33.81% from 494); Blue value is 172 (67.58% from 255 or 34.82% from 494); Max value from RGB is 172 - color contains mainly: blue. Hex color #9BA7AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA7AC is #645853. Grayscale: #A3A3A3. Windows color (decimal): -6576212 or 11315099. OLE color: 11315099.

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

Color convert

RGB 155 167 172 -
CMYK 0.10 0.03 0 0.33
HSL 197.65º 0.09% 0.64% -
HSV(B) 197.65º 0.1% 0.67% -
XYZ 34.78 37.58 44.45 -
YUV 163.98 132.52 121.59 -
System Red Green Blue C M Y K H S L
Decimal 155 167 172 0.10 0.03 0 0.33 197.65 0.09 0.64
Hex 9B A7 AC A 3 0 21 C6 9 40
Octal 233 247 254 12 3 0 41 306 11 100
Binary 10011011 10100111 10101100 1010 11 0 100001 11000110 1001 1000000

Color Harmonies of #9BA7AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA7AC

Black with #9BA7AC

Text Example


Text Example

White with #9BA7AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,167,172); }

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

background-color css

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

 a { background-color: rgb(155,167,172); }

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

border-color css

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

 span { border-color: rgb(155,167,172); }

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