Html Css Color HEX #949088 Heathered Grey

📋 copy color: '#949088'

red 148 ◦ green 144 ◦ blue 136

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

Shades of Heathered Grey #949088

Tints of Heathered Grey #949088

RGB

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

 GREEN value IS 144 (56.64% from 255) = 33.64%

 BLUE value IS 136 (53.52% from 255) = 31.78%

R = 34.58%
G = 33.64%
B = 31.78%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.08

 K value IS 0.42

RGB Variations

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

Color information

#949088 (or 0x949088) is known color: Heathered Grey. HEX triplet: 94, 90 and 88. RGB value is (148,144,136). Sum of RGB (Red+Green+Blue) = 148+144+136=428 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.58% from 428); Green value is 144 (56.64% from 255 or 33.64% from 428); Blue value is 136 (53.52% from 255 or 31.78% from 428); Max value from RGB is 148 - color contains mainly: red. Hex color #949088 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949088 is #6B6F77. Grayscale: #909090. Windows color (decimal): -7040888 or 8949908. OLE color: 8949908.

HSL color Cylindrical-coordinate representation of color #949088: hue angle of 40º degrees, saturation: 0.05, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #949088 is Cyan = 0, Magento = 0.03, Yellow = 0.08 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 144 136 -
CMYK 0 0.03 0.08 0.42
HSL 40º 0.05% 0.56% -
HSV(B) 40º 0.08% 0.58% -
XYZ 26.63 28.02 27.3 -
YUV 144.28 123.33 130.65 -
System Red Green Blue C M Y K H S L
Decimal 148 144 136 0 0.03 0.08 0.42 40 0.05 0.56
Hex 94 90 88 0 3 8 2A 28 5 38
Octal 224 220 210 0 3 10 52 50 5 70
Binary 10010100 10010000 10001000 0 11 1000 101010 101000 101 111000

Color Harmonies of #949088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949088

Black with #949088

Text Example


Text Example

White with #949088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949088; }

 p { color: rgb(148,144,136); }

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

background-color css

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

 a { background-color: rgb(148,144,136); }

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

border-color css

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

 span { border-color: rgb(148,144,136); }

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