Html Css Color HEX #717B7F Hoki

📋 copy color: '#717B7F'

red 113 ◦ green 123 ◦ blue 127

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

Shades of Hoki #717B7F

Tints of Hoki #717B7F

RGB

 RED value IS 113 (44.53% from 255) = 31.13%

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

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

R = 31.13%
G = 33.88%
B = 34.99%

CMYK

 C value IS 0.11

 M value IS 0.03

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#717B7F (or 0x717B7F) is known color: Hoki. HEX triplet: 71, 7B and 7F. RGB value is (113,123,127). Sum of RGB (Red+Green+Blue) = 113+123+127=363 (48% of max value = 765). Red value is 113 (44.53% from 255 or 31.13% from 363); Green value is 123 (48.44% from 255 or 33.88% from 363); Blue value is 127 (50% from 255 or 34.99% from 363); Max value from RGB is 127 - color contains mainly: blue. Hex color #717B7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717B7F is #8E8480. Grayscale: #787878. Windows color (decimal): -9340033 or 8354673. OLE color: 8354673.

HSL color Cylindrical-coordinate representation of color #717B7F: hue angle of 197.14º degrees, saturation: 0.06, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #717B7F is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 113 123 127 -
CMYK 0.11 0.03 0 0.50
HSL 197.14º 0.06% 0.47% -
HSV(B) 197.14º 0.11% 0.5% -
XYZ 17.72 19.21 22.85 -
YUV 120.47 131.69 122.67 -
System Red Green Blue C M Y K H S L
Decimal 113 123 127 0.11 0.03 0 0.50 197.14 0.06 0.47
Hex 71 7B 7F B 3 0 32 C5 6 2F
Octal 161 173 177 13 3 0 62 305 6 57
Binary 1110001 1111011 1111111 1011 11 0 110010 11000101 110 101111

Color Harmonies of #717B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717B7F

Black with #717B7F

Text Example


Text Example

White with #717B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717B7F; }

 p { color: rgb(113,123,127); }

 H1.HeaderClassName
 {
   color: #717B7F;
 }
 .AnyTagClassName
 {
   color: #717B7F;
 }
</style>

background-color css

<style>
 a { background-color: #717B7F; }

 a { background-color: rgb(113,123,127); }

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

border-color css

<style>
 span { border-color: #717B7F; }

 span { border-color: rgb(113,123,127); }

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