Html Css Color HEX #717269 Finch

📋 copy color: '#717269'

red 113 ◦ green 114 ◦ blue 105

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

Shades of Finch #717269

Tints of Finch #717269

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 31.63%

R = 34.04%
G = 34.34%
B = 31.63%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.08

 K value IS 0.55

RGB Variations

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

Color information

#717269 (or 0x717269) is known color: Finch. HEX triplet: 71, 72 and 69. RGB value is (113,114,105). Sum of RGB (Red+Green+Blue) = 113+114+105=332 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.04% from 332); Green value is 114 (44.92% from 255 or 34.34% from 332); Blue value is 105 (41.41% from 255 or 31.63% from 332); Max value from RGB is 114 - color contains mainly: green. Hex color #717269 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717269 is #8E8D96. Grayscale: #707070. Windows color (decimal): -9342359 or 6910577. OLE color: 6910577.

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

Color convert

RGB 113 114 105 -
CMYK 0.01 0 0.08 0.55
HSL 66.67º 0.04% 0.43% -
HSV(B) 66.67º 0.08% 0.45% -
XYZ 15.38 16.57 15.75 -
YUV 112.68 123.67 128.23 -
System Red Green Blue C M Y K H S L
Decimal 113 114 105 0.01 0 0.08 0.55 66.67 0.04 0.43
Hex 71 72 69 1 0 8 37 43 4 2B
Octal 161 162 151 1 0 10 67 103 4 53
Binary 1110001 1110010 1101001 1 0 1000 110111 1000011 100 101011

Color Harmonies of #717269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717269

Black with #717269

Text Example


Text Example

White with #717269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717269; }

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

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

background-color css

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

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

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

border-color css

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

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

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