Html Css Color HEX #917A7F Venus

📋 copy color: '#917A7F'

red 145 ◦ green 122 ◦ blue 127

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

Shades of Venus #917A7F

Tints of Venus #917A7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 32.23%

R = 36.8%
G = 30.96%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.12

 K value IS 0.43

RGB Variations

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

Color information

#917A7F (or 0x917A7F) is known color: Venus. HEX triplet: 91, 7A and 7F. RGB value is (145,122,127). Sum of RGB (Red+Green+Blue) = 145+122+127=394 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.80% from 394); Green value is 122 (48.05% from 255 or 30.96% from 394); Blue value is 127 (50% from 255 or 32.23% from 394); Max value from RGB is 145 - color contains mainly: red. Hex color #917A7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917A7F is #6E8580. Grayscale: #818181. Windows color (decimal): -7243137 or 8354449. OLE color: 8354449.

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

Color convert

RGB 145 122 127 -
CMYK 0 0.16 0.12 0.43
HSL 346.96º 0.09% 0.52% -
HSV(B) 346.96º 0.16% 0.57% -
XYZ 22.47 21.47 23.04 -
YUV 129.45 126.62 139.09 -
System Red Green Blue C M Y K H S L
Decimal 145 122 127 0 0.16 0.12 0.43 346.96 0.09 0.52
Hex 91 7A 7F 0 10 C 2B 15B 9 34
Octal 221 172 177 0 20 14 53 533 11 64
Binary 10010001 1111010 1111111 0 10000 1100 101011 101011011 1001 110100

Color Harmonies of #917A7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917A7F

Black with #917A7F

Text Example


Text Example

White with #917A7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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