Html Css Color HEX #717771 Boulder

📋 copy color: '#717771'

red 113 ◦ green 119 ◦ blue 113

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

Shades of Boulder #717771

Tints of Boulder #717771

RGB

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

 GREEN value IS 119 (46.88% from 255) = 34.49%

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

R = 32.75%
G = 34.49%
B = 32.75%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.05

 K value IS 0.53

RGB Variations

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

Color information

#717771 (or 0x717771) is known color: Boulder. HEX triplet: 71, 77 and 71. RGB value is (113,119,113). Sum of RGB (Red+Green+Blue) = 113+119+113=345 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.75% from 345); Green value is 119 (46.88% from 255 or 34.49% from 345); Blue value is 113 (44.53% from 255 or 32.75% from 345); Max value from RGB is 119 - color contains mainly: green. Hex color #717771 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717771 is #8E888E. Grayscale: #747474. Windows color (decimal): -9341071 or 7436145. OLE color: 7436145.

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

Color convert

RGB 113 119 113 -
CMYK 0.05 0 0.05 0.53
HSL 120º 0.03% 0.45% -
HSV(B) 120º 0.05% 0.47% -
XYZ 16.39 17.9 18.21 -
YUV 116.52 126.01 125.49 -
System Red Green Blue C M Y K H S L
Decimal 113 119 113 0.05 0 0.05 0.53 120 0.03 0.45
Hex 71 77 71 5 0 5 35 78 3 2D
Octal 161 167 161 5 0 5 65 170 3 55
Binary 1110001 1110111 1110001 101 0 101 110101 1111000 11 101101

Color Harmonies of #717771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717771

Black with #717771

Text Example


Text Example

White with #717771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717771; }

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

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

background-color css

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

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

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

border-color css

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

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

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