Html Css Color HEX #917A7D Venus

📋 copy color: '#917A7D'

red 145 ◦ green 122 ◦ blue 125

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

Shades of Venus #917A7D

Tints of Venus #917A7D

RGB

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

 GREEN value IS 122 (48.05% from 255) = 31.12%

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

R = 36.99%
G = 31.12%
B = 31.89%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.14

 K value IS 0.43

RGB Variations

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

Color information

#917A7D (or 0x917A7D) is known color: Venus. HEX triplet: 91, 7A and 7D. RGB value is (145,122,125). Sum of RGB (Red+Green+Blue) = 145+122+125=392 (51% of max value = 765). Red value is 145 (57.03% from 255 or 36.99% from 392); Green value is 122 (48.05% from 255 or 31.12% from 392); Blue value is 125 (49.22% from 255 or 31.89% from 392); Max value from RGB is 145 - color contains mainly: red. Hex color #917A7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917A7D is #6E8582. Grayscale: #818181. Windows color (decimal): -7243139 or 8223377. OLE color: 8223377.

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

Color convert

RGB 145 122 125 -
CMYK 0 0.16 0.14 0.43
HSL 352.17º 0.09% 0.52% -
HSV(B) 352.17º 0.16% 0.57% -
XYZ 22.34 21.42 22.36 -
YUV 129.22 125.62 139.26 -
System Red Green Blue C M Y K H S L
Decimal 145 122 125 0 0.16 0.14 0.43 352.17 0.09 0.52
Hex 91 7A 7D 0 10 E 2B 160 9 34
Octal 221 172 175 0 20 16 53 540 11 64
Binary 10010001 1111010 1111101 0 10000 1110 101011 101100000 1001 110100

Color Harmonies of #917A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917A7D

Black with #917A7D

Text Example


Text Example

White with #917A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #917A7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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