Html Css Color HEX #918789 Venus

📋 copy color: '#918789'

red 145 ◦ green 135 ◦ blue 137

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

Shades of Venus #918789

Tints of Venus #918789

RGB

 RED value IS 145 (57.03% from 255) = 34.77%

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

 BLUE value IS 137 (53.91% from 255) = 32.85%

R = 34.77%
G = 32.37%
B = 32.85%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.06

 K value IS 0.43

RGB Variations

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

Color information

#918789 (or 0x918789) is known color: Venus. HEX triplet: 91, 87 and 89. RGB value is (145,135,137). Sum of RGB (Red+Green+Blue) = 145+135+137=417 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.77% from 417); Green value is 135 (53.12% from 255 or 32.37% from 417); Blue value is 137 (53.91% from 255 or 32.85% from 417); Max value from RGB is 145 - color contains mainly: red. Hex color #918789 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #918789 is #6E7876. Grayscale: #8A8A8A. Windows color (decimal): -7239799 or 9013137. OLE color: 9013137.

HSL color Cylindrical-coordinate representation of color #918789: hue angle of 348º degrees, saturation: 0.04, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #918789 is Cyan = 0, Magento = 0.07, Yellow = 0.06 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 135 137 -
CMYK 0 0.07 0.06 0.43
HSL 348º 0.04% 0.55% -
HSV(B) 348º 0.07% 0.57% -
XYZ 24.86 25.15 27.21 -
YUV 138.22 127.31 132.84 -
System Red Green Blue C M Y K H S L
Decimal 145 135 137 0 0.07 0.06 0.43 348 0.04 0.55
Hex 91 87 89 0 7 6 2B 15C 4 37
Octal 221 207 211 0 7 6 53 534 4 67
Binary 10010001 10000111 10001001 0 111 110 101011 101011100 100 110111

Color Harmonies of #918789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918789

Black with #918789

Text Example


Text Example

White with #918789

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #918789; }

 p { color: rgb(145,135,137); }

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

background-color css

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

 a { background-color: rgb(145,135,137); }

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

border-color css

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

 span { border-color: rgb(145,135,137); }

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