Html Css Color HEX #948883 Suva Grey

📋 copy color: '#948883'

red 148 ◦ green 136 ◦ blue 131

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

Shades of Suva Grey #948883

Tints of Suva Grey #948883

RGB

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

 GREEN value IS 136 (53.52% from 255) = 32.77%

 BLUE value IS 131 (51.56% from 255) = 31.57%

R = 35.66%
G = 32.77%
B = 31.57%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#948883 (or 0x948883) is known color: Suva Grey. HEX triplet: 94, 88 and 83. RGB value is (148,136,131). Sum of RGB (Red+Green+Blue) = 148+136+131=415 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.66% from 415); Green value is 136 (53.52% from 255 or 32.77% from 415); Blue value is 131 (51.56% from 255 or 31.57% from 415); Max value from RGB is 148 - color contains mainly: red. Hex color #948883 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948883 is #6B777C. Grayscale: #8B8B8B. Windows color (decimal): -7042941 or 8620180. OLE color: 8620180.

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

Color convert

RGB 148 136 131 -
CMYK 0 0.08 0.11 0.42
HSL 17.65º 0.07% 0.55% -
HSV(B) 17.65º 0.11% 0.58% -
XYZ 25.11 25.54 25.08 -
YUV 139.02 123.48 134.41 -
System Red Green Blue C M Y K H S L
Decimal 148 136 131 0 0.08 0.11 0.42 17.65 0.07 0.55
Hex 94 88 83 0 8 B 2A 12 7 37
Octal 224 210 203 0 10 13 52 22 7 67
Binary 10010100 10001000 10000011 0 1000 1011 101010 10010 111 110111

Color Harmonies of #948883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948883

Black with #948883

Text Example


Text Example

White with #948883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948883; }

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

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

background-color css

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

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

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

border-color css

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

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

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