Html Css Color HEX #949799 Grey Chateau

📋 copy color: '#949799'

red 148 ◦ green 151 ◦ blue 153

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

Shades of Grey Chateau #949799

Tints of Grey Chateau #949799

RGB

 RED value IS 148 (58.2% from 255) = 32.74%

 GREEN value IS 151 (59.38% from 255) = 33.41%

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

R = 32.74%
G = 33.41%
B = 33.85%

CMYK

 C value IS 0.03

 M value IS 0.01

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#949799 (or 0x949799) is known color: Grey Chateau. HEX triplet: 94, 97 and 99. RGB value is (148,151,153). Sum of RGB (Red+Green+Blue) = 148+151+153=452 (59% of max value = 765). Red value is 148 (58.20% from 255 or 32.74% from 452); Green value is 151 (59.38% from 255 or 33.41% from 452); Blue value is 153 (60.16% from 255 or 33.85% from 452); Max value from RGB is 153 - color contains mainly: blue. Hex color #949799 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949799 is #6B6866. Grayscale: #969696. Windows color (decimal): -7039079 or 10065812. OLE color: 10065812.

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

Color convert

RGB 148 151 153 -
CMYK 0.03 0.01 0 0.4
HSL 204º 0.02% 0.59% -
HSV(B) 204º 0.03% 0.6% -
XYZ 29.03 30.73 34.54 -
YUV 150.33 129.51 126.34 -
System Red Green Blue C M Y K H S L
Decimal 148 151 153 0.03 0.01 0 0.4 204 0.02 0.59
Hex 94 97 99 3 1 0 28 CC 2 3B
Octal 224 227 231 3 1 0 50 314 2 73
Binary 10010100 10010111 10011001 11 1 0 101000 11001100 10 111011

Color Harmonies of #949799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949799

Black with #949799

Text Example


Text Example

White with #949799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949799; }

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

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

background-color css

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

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

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

border-color css

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

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

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