Html Css Color HEX #74784D Finch

📋 copy color: '#74784D'

red 116 ◦ green 120 ◦ blue 77

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

Shades of Finch #74784D

Tints of Finch #74784D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 24.6%

R = 37.06%
G = 38.34%
B = 24.6%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.36

 K value IS 0.53

RGB Variations

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

Color information

#74784D (or 0x74784D) is known color: Finch. HEX triplet: 74, 78 and 4D. RGB value is (116,120,77). Sum of RGB (Red+Green+Blue) = 116+120+77=313 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.06% from 313); Green value is 120 (47.27% from 255 or 38.34% from 313); Blue value is 77 (30.47% from 255 or 24.60% from 313); Max value from RGB is 120 - color contains mainly: green. Hex color #74784D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74784D is #8B87B2. Grayscale: #727272. Windows color (decimal): -9144243 or 5077108. OLE color: 5077108.

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

Color convert

RGB 116 120 77 -
CMYK 0.03 0 0.36 0.53
HSL 65.58º 0.22% 0.39% -
HSV(B) 65.58º 0.36% 0.47% -
XYZ 15.26 17.68 9.63 -
YUV 113.9 107.17 129.5 -
System Red Green Blue C M Y K H S L
Decimal 116 120 77 0.03 0 0.36 0.53 65.58 0.22 0.39
Hex 74 78 4D 3 0 24 35 42 16 27
Octal 164 170 115 3 0 44 65 102 26 47
Binary 1110100 1111000 1001101 11 0 100100 110101 1000010 10110 100111

Color Harmonies of #74784D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74784D

Black with #74784D

Text Example


Text Example

White with #74784D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74784D; }

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

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

background-color css

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

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

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

border-color css

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

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

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