Html Css Color HEX #948785 Suva Grey

📋 copy color: '#948785'

red 148 ◦ green 135 ◦ blue 133

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

Shades of Suva Grey #948785

Tints of Suva Grey #948785

RGB

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

 GREEN value IS 135 (53.13% from 255) = 32.45%

 BLUE value IS 133 (52.34% from 255) = 31.97%

R = 35.58%
G = 32.45%
B = 31.97%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.10

 K value IS 0.42

RGB Variations

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

Color information

#948785 (or 0x948785) is known color: Suva Grey. HEX triplet: 94, 87 and 85. RGB value is (148,135,133). Sum of RGB (Red+Green+Blue) = 148+135+133=416 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.58% from 416); Green value is 135 (53.12% from 255 or 32.45% from 416); Blue value is 133 (52.34% from 255 or 31.97% from 416); Max value from RGB is 148 - color contains mainly: red. Hex color #948785 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948785 is #6B787A. Grayscale: #8A8A8A. Windows color (decimal): -7043195 or 8750996. OLE color: 8750996.

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

Color convert

RGB 148 135 133 -
CMYK 0 0.09 0.10 0.42
HSL 0.07% 0.55% -
HSV(B) 0.1% 0.58% -
XYZ 25.11 25.32 25.75 -
YUV 138.66 124.81 134.66 -
System Red Green Blue C M Y K H S L
Decimal 148 135 133 0 0.09 0.10 0.42 8 0.07 0.55
Hex 94 87 85 0 9 A 2A 8 7 37
Octal 224 207 205 0 11 12 52 10 7 67
Binary 10010100 10000111 10000101 0 1001 1010 101010 1000 111 110111

Color Harmonies of #948785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948785

Black with #948785

Text Example


Text Example

White with #948785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948785; }

 p { color: rgb(148,135,133); }

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

background-color css

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

 a { background-color: rgb(148,135,133); }

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

border-color css

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

 span { border-color: rgb(148,135,133); }

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