Html Css Color HEX #717571 Boulder

📋 copy color: '#717571'

red 113 ◦ green 117 ◦ blue 113

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

Shades of Boulder #717571

Tints of Boulder #717571

RGB

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

 GREEN value IS 117 (46.09% from 255) = 34.11%

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

R = 32.94%
G = 34.11%
B = 32.94%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#717571 (or 0x717571) is known color: Boulder. HEX triplet: 71, 75 and 71. RGB value is (113,117,113). Sum of RGB (Red+Green+Blue) = 113+117+113=343 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.94% from 343); Green value is 117 (46.09% from 255 or 34.11% from 343); Blue value is 113 (44.53% from 255 or 32.94% from 343); Max value from RGB is 117 - color contains mainly: green. Hex color #717571 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717571 is #8E8A8E. Grayscale: #737373. Windows color (decimal): -9341583 or 7435633. OLE color: 7435633.

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

Color convert

RGB 113 117 113 -
CMYK 0.03 0 0.03 0.54
HSL 120º 0.02% 0.45% -
HSV(B) 120º 0.03% 0.46% -
XYZ 16.15 17.43 18.13 -
YUV 115.35 126.67 126.33 -
System Red Green Blue C M Y K H S L
Decimal 113 117 113 0.03 0 0.03 0.54 120 0.02 0.45
Hex 71 75 71 3 0 3 36 78 2 2D
Octal 161 165 161 3 0 3 66 170 2 55
Binary 1110001 1110101 1110001 11 0 11 110110 1111000 10 101101

Color Harmonies of #717571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717571

Black with #717571

Text Example


Text Example

White with #717571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717571; }

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

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

background-color css

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

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

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

border-color css

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

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

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