Html Css Color HEX #948788 Venus

📋 copy color: '#948788'

red 148 ◦ green 135 ◦ blue 136

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

Shades of Venus #948788

Tints of Venus #948788

RGB

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

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

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

R = 35.32%
G = 32.22%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.08

 K value IS 0.42

RGB Variations

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

Color information

#948788 (or 0x948788) is known color: Venus. HEX triplet: 94, 87 and 88. RGB value is (148,135,136). Sum of RGB (Red+Green+Blue) = 148+135+136=419 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.32% from 419); Green value is 135 (53.12% from 255 or 32.22% from 419); Blue value is 136 (53.52% from 255 or 32.46% from 419); Max value from RGB is 148 - color contains mainly: red. Hex color #948788 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948788 is #6B7877. Grayscale: #8B8B8B. Windows color (decimal): -7043192 or 8947604. OLE color: 8947604.

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

Color convert

RGB 148 135 136 -
CMYK 0 0.09 0.08 0.42
HSL 355.38º 0.06% 0.55% -
HSV(B) 355.38º 0.09% 0.58% -
XYZ 25.32 25.4 26.86 -
YUV 139 126.31 134.42 -
System Red Green Blue C M Y K H S L
Decimal 148 135 136 0 0.09 0.08 0.42 355.38 0.06 0.55
Hex 94 87 88 0 9 8 2A 163 6 37
Octal 224 207 210 0 11 10 52 543 6 67
Binary 10010100 10000111 10001000 0 1001 1000 101010 101100011 110 110111

Color Harmonies of #948788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948788

Black with #948788

Text Example


Text Example

White with #948788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948788; }

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

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

background-color css

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

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

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

border-color css

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

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

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