Html Css Color HEX #948482 Suva Grey

📋 copy color: '#948482'

red 148 ◦ green 132 ◦ blue 130

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

Shades of Suva Grey #948482

Tints of Suva Grey #948482

RGB

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

 GREEN value IS 132 (51.95% from 255) = 32.2%

 BLUE value IS 130 (51.17% from 255) = 31.71%

R = 36.1%
G = 32.2%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.12

 K value IS 0.42

RGB Variations

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

Color information

#948482 (or 0x948482) is known color: Suva Grey. HEX triplet: 94, 84 and 82. RGB value is (148,132,130). Sum of RGB (Red+Green+Blue) = 148+132+130=410 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.10% from 410); Green value is 132 (51.95% from 255 or 32.20% from 410); Blue value is 130 (51.17% from 255 or 31.71% from 410); Max value from RGB is 148 - color contains mainly: red. Hex color #948482 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948482 is #6B7B7D. Grayscale: #888888. Windows color (decimal): -7043966 or 8553620. OLE color: 8553620.

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

Color convert

RGB 148 132 130 -
CMYK 0 0.11 0.12 0.42
HSL 6.67º 0.08% 0.55% -
HSV(B) 6.67º 0.12% 0.58% -
XYZ 24.49 24.41 24.54 -
YUV 136.56 124.3 136.16 -
System Red Green Blue C M Y K H S L
Decimal 148 132 130 0 0.11 0.12 0.42 6.67 0.08 0.55
Hex 94 84 82 0 B C 2A 7 8 37
Octal 224 204 202 0 13 14 52 7 10 67
Binary 10010100 10000100 10000010 0 1011 1100 101010 111 1000 110111

Color Harmonies of #948482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948482

Black with #948482

Text Example


Text Example

White with #948482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948482; }

 p { color: rgb(148,132,130); }

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

background-color css

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

 a { background-color: rgb(148,132,130); }

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

border-color css

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

 span { border-color: rgb(148,132,130); }

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