Html Css Color HEX #93888A Venus

📋 copy color: '#93888A'

red 147 ◦ green 136 ◦ blue 138

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

Shades of Venus #93888A

Tints of Venus #93888A

RGB

 RED value IS 147 (57.81% from 255) = 34.92%

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

 BLUE value IS 138 (54.3% from 255) = 32.78%

R = 34.92%
G = 32.3%
B = 32.78%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.06

 K value IS 0.42

RGB Variations

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

Color information

#93888A (or 0x93888A) is known color: Venus. HEX triplet: 93, 88 and 8A. RGB value is (147,136,138). Sum of RGB (Red+Green+Blue) = 147+136+138=421 (55% of max value = 765). Red value is 147 (57.81% from 255 or 34.92% from 421); Green value is 136 (53.52% from 255 or 32.30% from 421); Blue value is 138 (54.30% from 255 or 32.78% from 421); Max value from RGB is 147 - color contains mainly: red. Hex color #93888A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93888A is #6C7775. Grayscale: #8B8B8B. Windows color (decimal): -7108470 or 9078931. OLE color: 9078931.

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

Color convert

RGB 147 136 138 -
CMYK 0 0.07 0.06 0.42
HSL 349.09º 0.05% 0.55% -
HSV(B) 349.09º 0.07% 0.58% -
XYZ 25.42 25.65 27.66 -
YUV 139.52 127.14 133.34 -
System Red Green Blue C M Y K H S L
Decimal 147 136 138 0 0.07 0.06 0.42 349.09 0.05 0.55
Hex 93 88 8A 0 7 6 2A 15D 5 37
Octal 223 210 212 0 7 6 52 535 5 67
Binary 10010011 10001000 10001010 0 111 110 101010 101011101 101 110111

Color Harmonies of #93888A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93888A

Black with #93888A

Text Example


Text Example

White with #93888A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93888A; }

 p { color: rgb(147,136,138); }

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

background-color css

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

 a { background-color: rgb(147,136,138); }

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

border-color css

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

 span { border-color: rgb(147,136,138); }

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