Html Css Color HEX #917B7E Venus

📋 copy color: '#917B7E'

red 145 ◦ green 123 ◦ blue 126

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

Shades of Venus #917B7E

Tints of Venus #917B7E

RGB

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

 GREEN value IS 123 (48.44% from 255) = 31.22%

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

R = 36.8%
G = 31.22%
B = 31.98%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.13

 K value IS 0.43

RGB Variations

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

Color information

#917B7E (or 0x917B7E) is known color: Venus. HEX triplet: 91, 7B and 7E. RGB value is (145,123,126). Sum of RGB (Red+Green+Blue) = 145+123+126=394 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.80% from 394); Green value is 123 (48.44% from 255 or 31.22% from 394); Blue value is 126 (49.61% from 255 or 31.98% from 394); Max value from RGB is 145 - color contains mainly: red. Hex color #917B7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917B7E is #6E8481. Grayscale: #818181. Windows color (decimal): -7242882 or 8289169. OLE color: 8289169.

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

Color convert

RGB 145 123 126 -
CMYK 0 0.15 0.13 0.43
HSL 351.82º 0.09% 0.53% -
HSV(B) 351.82º 0.15% 0.57% -
XYZ 22.53 21.69 22.74 -
YUV 129.92 125.79 138.76 -
System Red Green Blue C M Y K H S L
Decimal 145 123 126 0 0.15 0.13 0.43 351.82 0.09 0.53
Hex 91 7B 7E 0 F D 2B 160 9 35
Octal 221 173 176 0 17 15 53 540 11 65
Binary 10010001 1111011 1111110 0 1111 1101 101011 101100000 1001 110101

Color Harmonies of #917B7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917B7E

Black with #917B7E

Text Example


Text Example

White with #917B7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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