Html Css Color HEX #717471 Boulder

📋 copy color: '#717471'

red 113 ◦ green 116 ◦ blue 113

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

Shades of Boulder #717471

Tints of Boulder #717471

RGB

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

 GREEN value IS 116 (45.7% from 255) = 33.92%

 BLUE value IS 113 (44.53% from 255) = 33.04%

R = 33.04%
G = 33.92%
B = 33.04%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.03

 K value IS 0.55

RGB Variations

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

Color information

#717471 (or 0x717471) is known color: Boulder. HEX triplet: 71, 74 and 71. RGB value is (113,116,113). Sum of RGB (Red+Green+Blue) = 113+116+113=342 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.04% from 342); Green value is 116 (45.70% from 255 or 33.92% from 342); Blue value is 113 (44.53% from 255 or 33.04% from 342); Max value from RGB is 116 - color contains mainly: green. Hex color #717471 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717471 is #8E8B8E. Grayscale: #727272. Windows color (decimal): -9341839 or 7435377. OLE color: 7435377.

HSL color Cylindrical-coordinate representation of color #717471: hue angle of 120º degrees, saturation: 0.01, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #717471 is Cyan = 0.03, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB 113 116 113 -
CMYK 0.03 0 0.03 0.55
HSL 120º 0.01% 0.45% -
HSV(B) 120º 0.03% 0.45% -
XYZ 16.04 17.19 18.1 -
YUV 114.76 127.01 126.74 -
System Red Green Blue C M Y K H S L
Decimal 113 116 113 0.03 0 0.03 0.55 120 0.01 0.45
Hex 71 74 71 3 0 3 37 78 1 2D
Octal 161 164 161 3 0 3 67 170 1 55
Binary 1110001 1110100 1110001 11 0 11 110111 1111000 1 101101

Color Harmonies of #717471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717471

Black with #717471

Text Example


Text Example

White with #717471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717471; }

 p { color: rgb(113,116,113); }

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

background-color css

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

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

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

border-color css

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

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

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