Html Css Color HEX #91787D Venus

📋 copy color: '#91787D'

red 145 ◦ green 120 ◦ blue 125

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

Shades of Venus #91787D

Tints of Venus #91787D

RGB

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

 GREEN value IS 120 (47.27% from 255) = 30.77%

 BLUE value IS 125 (49.22% from 255) = 32.05%

R = 37.18%
G = 30.77%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.14

 K value IS 0.43

RGB Variations

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

Color information

#91787D (or 0x91787D) is known color: Venus. HEX triplet: 91, 78 and 7D. RGB value is (145,120,125). Sum of RGB (Red+Green+Blue) = 145+120+125=390 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.18% from 390); Green value is 120 (47.27% from 255 or 30.77% from 390); Blue value is 125 (49.22% from 255 or 32.05% from 390); Max value from RGB is 145 - color contains mainly: red. Hex color #91787D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91787D is #6E8782. Grayscale: #808080. Windows color (decimal): -7243651 or 8222865. OLE color: 8222865.

HSL color Cylindrical-coordinate representation of color #91787D: hue angle of 348º degrees, saturation: 0.1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #91787D is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 120 125 -
CMYK 0 0.17 0.14 0.43
HSL 348º 0.1% 0.52% -
HSV(B) 348º 0.17% 0.57% -
XYZ 22.1 20.93 22.28 -
YUV 128.05 126.28 140.09 -
System Red Green Blue C M Y K H S L
Decimal 145 120 125 0 0.17 0.14 0.43 348 0.1 0.52
Hex 91 78 7D 0 11 E 2B 15C A 34
Octal 221 170 175 0 21 16 53 534 12 64
Binary 10010001 1111000 1111101 0 10001 1110 101011 101011100 1010 110100

Color Harmonies of #91787D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91787D

Black with #91787D

Text Example


Text Example

White with #91787D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #91787D; }

 p { color: rgb(145,120,125); }

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

background-color css

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

 a { background-color: rgb(145,120,125); }

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

border-color css

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

 span { border-color: rgb(145,120,125); }

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