Html Css Color HEX #717152 Finch

📋 copy color: '#717152'

red 113 ◦ green 113 ◦ blue 82

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

Shades of Finch #717152

Tints of Finch #717152

RGB

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

 GREEN value IS 113 (44.53% from 255) = 36.69%

 BLUE value IS 82 (32.42% from 255) = 26.62%

R = 36.69%
G = 36.69%
B = 26.62%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.27

 K value IS 0.56

RGB Variations

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

Color information

#717152 (or 0x717152) is known color: Finch. HEX triplet: 71, 71 and 52. RGB value is (113,113,82). Sum of RGB (Red+Green+Blue) = 113+113+82=308 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.69% from 308); Green value is 113 (44.53% from 255 or 36.69% from 308); Blue value is 82 (32.42% from 255 or 26.62% from 308); Max value from RGB is 113 - color contains mainly: red, green. Hex color #717152 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717152 is #8E8EAD. Grayscale: #6D6D6D. Windows color (decimal): -9342638 or 5402993. OLE color: 5402993.

HSL color Cylindrical-coordinate representation of color #717152: hue angle of 60º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #717152 is Cyan = 0, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 113 82 -
CMYK 0 0 0.27 0.56
HSL 60º 0.16% 0.38% -
HSV(B) 60º 0.27% 0.44% -
XYZ 14.24 15.93 10.31 -
YUV 109.47 112.5 130.52 -
System Red Green Blue C M Y K H S L
Decimal 113 113 82 0 0 0.27 0.56 60 0.16 0.38
Hex 71 71 52 0 0 1B 38 3C 10 26
Octal 161 161 122 0 0 33 70 74 20 46
Binary 1110001 1110001 1010010 0 0 11011 111000 111100 10000 100110

Color Harmonies of #717152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717152

Black with #717152

Text Example


Text Example

White with #717152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717152; }

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

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

background-color css

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

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

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

border-color css

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

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

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