Html Css Color HEX #917D7E Venus

📋 copy color: '#917D7E'

red 145 ◦ green 125 ◦ blue 126

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

Shades of Venus #917D7E

Tints of Venus #917D7E

RGB

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

 GREEN value IS 125 (49.22% from 255) = 31.57%

 BLUE value IS 126 (49.61% from 255) = 31.82%

R = 36.62%
G = 31.57%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.13

 K value IS 0.43

RGB Variations

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

Color information

#917D7E (or 0x917D7E) is known color: Venus. HEX triplet: 91, 7D and 7E. RGB value is (145,125,126). Sum of RGB (Red+Green+Blue) = 145+125+126=396 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.62% from 396); Green value is 125 (49.22% from 255 or 31.57% from 396); Blue value is 126 (49.61% from 255 or 31.82% from 396); Max value from RGB is 145 - color contains mainly: red. Hex color #917D7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917D7E is #6E8281. Grayscale: #838383. Windows color (decimal): -7242370 or 8289681. OLE color: 8289681.

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

Color convert

RGB 145 125 126 -
CMYK 0 0.14 0.13 0.43
HSL 357º 0.08% 0.53% -
HSV(B) 357º 0.14% 0.57% -
XYZ 22.78 22.19 22.82 -
YUV 131.09 125.13 137.92 -
System Red Green Blue C M Y K H S L
Decimal 145 125 126 0 0.14 0.13 0.43 357 0.08 0.53
Hex 91 7D 7E 0 E D 2B 165 8 35
Octal 221 175 176 0 16 15 53 545 10 65
Binary 10010001 1111101 1111110 0 1110 1101 101011 101100101 1000 110101

Color Harmonies of #917D7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917D7E

Black with #917D7E

Text Example


Text Example

White with #917D7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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