Html Css Color HEX #979C99 Edward

📋 copy color: '#979C99'

red 151 ◦ green 156 ◦ blue 153

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

Shades of Edward #979C99

Tints of Edward #979C99

RGB

 RED value IS 151 (59.38% from 255) = 32.83%

 GREEN value IS 156 (61.33% from 255) = 33.91%

 BLUE value IS 153 (60.16% from 255) = 33.26%

R = 32.83%
G = 33.91%
B = 33.26%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.02

 K value IS 0.39

RGB Variations

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

Color information

#979C99 (or 0x979C99) is known color: Edward. HEX triplet: 97, 9C and 99. RGB value is (151,156,153). Sum of RGB (Red+Green+Blue) = 151+156+153=460 (60% of max value = 765). Red value is 151 (59.38% from 255 or 32.83% from 460); Green value is 156 (61.33% from 255 or 33.91% from 460); Blue value is 153 (60.16% from 255 or 33.26% from 460); Max value from RGB is 156 - color contains mainly: green. Hex color #979C99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979C99 is #686366. Grayscale: #9A9A9A. Windows color (decimal): -6841191 or 10067095. OLE color: 10067095.

HSL color Cylindrical-coordinate representation of color #979C99: hue angle of 144º degrees, saturation: 0.02, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #979C99 is Cyan = 0.03, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.39.

Color convert

RGB 151 156 153 -
CMYK 0.03 0 0.02 0.39
HSL 144º 0.02% 0.6% -
HSV(B) 144º 0.03% 0.61% -
XYZ 30.4 32.66 34.84 -
YUV 154.16 127.34 125.74 -
System Red Green Blue C M Y K H S L
Decimal 151 156 153 0.03 0 0.02 0.39 144 0.02 0.6
Hex 97 9C 99 3 0 2 27 90 2 3C
Octal 227 234 231 3 0 2 47 220 2 74
Binary 10010111 10011100 10011001 11 0 10 100111 10010000 10 111100

Color Harmonies of #979C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979C99

Black with #979C99

Text Example


Text Example

White with #979C99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #979C99; }

 p { color: rgb(151,156,153); }

 H1.HeaderClassName
 {
   color: #979C99;
 }
 .AnyTagClassName
 {
   color: #979C99;
 }
</style>

background-color css

<style>
 a { background-color: #979C99; }

 a { background-color: rgb(151,156,153); }

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

border-color css

<style>
 span { border-color: #979C99; }

 span { border-color: rgb(151,156,153); }

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