Html Css Color HEX #747852 Finch

📋 copy color: '#747852'

red 116 ◦ green 120 ◦ blue 82

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

Shades of Finch #747852

Tints of Finch #747852

RGB

 RED value IS 116 (45.7% from 255) = 36.48%

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

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

R = 36.48%
G = 37.74%
B = 25.79%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.32

 K value IS 0.53

RGB Variations

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

Color information

#747852 (or 0x747852) is known color: Finch. HEX triplet: 74, 78 and 52. RGB value is (116,120,82). Sum of RGB (Red+Green+Blue) = 116+120+82=318 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.48% from 318); Green value is 120 (47.27% from 255 or 37.74% from 318); Blue value is 82 (32.42% from 255 or 25.79% from 318); Max value from RGB is 120 - color contains mainly: green. Hex color #747852 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747852 is #8B87AD. Grayscale: #727272. Windows color (decimal): -9144238 or 5404788. OLE color: 5404788.

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

Color convert

RGB 116 120 82 -
CMYK 0.03 0 0.32 0.53
HSL 66.32º 0.19% 0.4% -
HSV(B) 66.32º 0.32% 0.47% -
XYZ 15.44 17.76 10.6 -
YUV 114.47 109.67 129.09 -
System Red Green Blue C M Y K H S L
Decimal 116 120 82 0.03 0 0.32 0.53 66.32 0.19 0.4
Hex 74 78 52 3 0 20 35 42 13 28
Octal 164 170 122 3 0 40 65 102 23 50
Binary 1110100 1111000 1010010 11 0 100000 110101 1000010 10011 101000

Color Harmonies of #747852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747852

Black with #747852

Text Example


Text Example

White with #747852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747852; }

 p { color: rgb(116,120,82); }

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

background-color css

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

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

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

border-color css

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

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

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