Html Css Color HEX #917B7D Venus

📋 copy color: '#917B7D'

red 145 ◦ green 123 ◦ blue 125

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

Shades of Venus #917B7D

Tints of Venus #917B7D

RGB

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

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

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

R = 36.9%
G = 31.3%
B = 31.81%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.14

 K value IS 0.43

RGB Variations

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

Color information

#917B7D (or 0x917B7D) is known color: Venus. HEX triplet: 91, 7B and 7D. RGB value is (145,123,125). Sum of RGB (Red+Green+Blue) = 145+123+125=393 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.90% from 393); Green value is 123 (48.44% from 255 or 31.30% from 393); Blue value is 125 (49.22% from 255 or 31.81% from 393); Max value from RGB is 145 - color contains mainly: red. Hex color #917B7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917B7D is #6E8482. Grayscale: #818181. Windows color (decimal): -7242883 or 8223633. OLE color: 8223633.

HSL color Cylindrical-coordinate representation of color #917B7D: hue angle of 354.55º 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 #917B7D is Cyan = 0, Magento = 0.15, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 123 125 -
CMYK 0 0.15 0.14 0.43
HSL 354.55º 0.09% 0.53% -
HSV(B) 354.55º 0.15% 0.57% -
XYZ 22.46 21.67 22.4 -
YUV 129.81 125.29 138.84 -
System Red Green Blue C M Y K H S L
Decimal 145 123 125 0 0.15 0.14 0.43 354.55 0.09 0.53
Hex 91 7B 7D 0 F E 2B 163 9 35
Octal 221 173 175 0 17 16 53 543 11 65
Binary 10010001 1111011 1111101 0 1111 1110 101011 101100011 1001 110101

Color Harmonies of #917B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917B7D

Black with #917B7D

Text Example


Text Example

White with #917B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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