Html Css Color HEX #717871 Boulder

📋 copy color: '#717871'

red 113 ◦ green 120 ◦ blue 113

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

Shades of Boulder #717871

Tints of Boulder #717871

RGB

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

 GREEN value IS 120 (47.27% from 255) = 34.68%

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

R = 32.66%
G = 34.68%
B = 32.66%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.06

 K value IS 0.53

RGB Variations

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

Color information

#717871 (or 0x717871) is known color: Boulder. HEX triplet: 71, 78 and 71. RGB value is (113,120,113). Sum of RGB (Red+Green+Blue) = 113+120+113=346 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.66% from 346); Green value is 120 (47.27% from 255 or 34.68% from 346); Blue value is 113 (44.53% from 255 or 32.66% from 346); Max value from RGB is 120 - color contains mainly: green. Hex color #717871 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717871 is #8E878E. Grayscale: #757575. Windows color (decimal): -9340815 or 7436401. OLE color: 7436401.

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

Color convert

RGB 113 120 113 -
CMYK 0.06 0 0.06 0.53
HSL 120º 0.03% 0.46% -
HSV(B) 120º 0.06% 0.47% -
XYZ 16.51 18.14 18.25 -
YUV 117.11 125.68 125.07 -
System Red Green Blue C M Y K H S L
Decimal 113 120 113 0.06 0 0.06 0.53 120 0.03 0.46
Hex 71 78 71 6 0 6 35 78 3 2E
Octal 161 170 161 6 0 6 65 170 3 56
Binary 1110001 1111000 1110001 110 0 110 110101 1111000 11 101110

Color Harmonies of #717871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717871

Black with #717871

Text Example


Text Example

White with #717871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717871; }

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

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

background-color css

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

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

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

border-color css

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

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

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