Html Css Color HEX #717271 Boulder

📋 copy color: '#717271'

red 113 ◦ green 114 ◦ blue 113

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

Shades of Boulder #717271

Tints of Boulder #717271

RGB

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

 GREEN value IS 114 (44.92% from 255) = 33.53%

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

R = 33.24%
G = 33.53%
B = 33.24%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.01

 K value IS 0.55

RGB Variations

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

Color information

#717271 (or 0x717271) is known color: Boulder. HEX triplet: 71, 72 and 71. RGB value is (113,114,113). Sum of RGB (Red+Green+Blue) = 113+114+113=340 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.24% from 340); Green value is 114 (44.92% from 255 or 33.53% from 340); Blue value is 113 (44.53% from 255 or 33.24% from 340); Max value from RGB is 114 - color contains mainly: green. Hex color #717271 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717271 is #8E8D8E. Grayscale: #717171. Windows color (decimal): -9342351 or 7434865. OLE color: 7434865.

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

Color convert

RGB 113 114 113 -
CMYK 0.01 0 0.01 0.55
HSL 120º 0% 0.45% -
HSV(B) 120º 0.01% 0.45% -
XYZ 15.81 16.74 18.02 -
YUV 113.59 127.67 127.58 -
System Red Green Blue C M Y K H S L
Decimal 113 114 113 0.01 0 0.01 0.55 120 0 0.45
Hex 71 72 71 1 0 1 37 78 0 2D
Octal 161 162 161 1 0 1 67 170 0 55
Binary 1110001 1110010 1110001 1 0 1 110111 1111000 0 101101

Color Harmonies of #717271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717271

Black with #717271

Text Example


Text Example

White with #717271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717271; }

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

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

background-color css

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

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

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

border-color css

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

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

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