Html Css Color HEX #717267 Finch

📋 copy color: '#717267'

red 113 ◦ green 114 ◦ blue 103

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

Shades of Finch #717267

Tints of Finch #717267

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 31.21%

R = 34.24%
G = 34.55%
B = 31.21%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.10

 K value IS 0.55

RGB Variations

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

Color information

#717267 (or 0x717267) is known color: Finch. HEX triplet: 71, 72 and 67. RGB value is (113,114,103). Sum of RGB (Red+Green+Blue) = 113+114+103=330 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.24% from 330); Green value is 114 (44.92% from 255 or 34.55% from 330); Blue value is 103 (40.62% from 255 or 31.21% from 330); Max value from RGB is 114 - color contains mainly: green. Hex color #717267 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717267 is #8E8D98. Grayscale: #707070. Windows color (decimal): -9342361 or 6779505. OLE color: 6779505.

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

Color convert

RGB 113 114 103 -
CMYK 0.01 0 0.10 0.55
HSL 65.45º 0.05% 0.43% -
HSV(B) 65.45º 0.1% 0.45% -
XYZ 15.28 16.52 15.22 -
YUV 112.45 122.67 128.39 -
System Red Green Blue C M Y K H S L
Decimal 113 114 103 0.01 0 0.10 0.55 65.45 0.05 0.43
Hex 71 72 67 1 0 A 37 41 5 2B
Octal 161 162 147 1 0 12 67 101 5 53
Binary 1110001 1110010 1100111 1 0 1010 110111 1000001 101 101011

Color Harmonies of #717267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717267

Black with #717267

Text Example


Text Example

White with #717267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717267; }

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

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

background-color css

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

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

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

border-color css

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

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

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