Html Css Color HEX #74764F Finch

📋 copy color: '#74764F'

red 116 ◦ green 118 ◦ blue 79

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

Shades of Finch #74764F

Tints of Finch #74764F

RGB

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

 GREEN value IS 118 (46.48% from 255) = 37.7%

 BLUE value IS 79 (31.25% from 255) = 25.24%

R = 37.06%
G = 37.7%
B = 25.24%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.33

 K value IS 0.54

RGB Variations

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

Color information

#74764F (or 0x74764F) is known color: Finch. HEX triplet: 74, 76 and 4F. RGB value is (116,118,79). Sum of RGB (Red+Green+Blue) = 116+118+79=313 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.06% from 313); Green value is 118 (46.48% from 255 or 37.70% from 313); Blue value is 79 (31.25% from 255 or 25.24% from 313); Max value from RGB is 118 - color contains mainly: green. Hex color #74764F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74764F is #8B89B0. Grayscale: #717171. Windows color (decimal): -9144753 or 5207668. OLE color: 5207668.

HSL color Cylindrical-coordinate representation of color #74764F: hue angle of 63.08º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #74764F is Cyan = 0.02, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.54.

Color convert

RGB 116 118 79 -
CMYK 0.02 0 0.33 0.54
HSL 63.08º 0.2% 0.39% -
HSV(B) 63.08º 0.33% 0.46% -
XYZ 15.09 17.23 9.93 -
YUV 112.96 108.84 130.17 -
System Red Green Blue C M Y K H S L
Decimal 116 118 79 0.02 0 0.33 0.54 63.08 0.2 0.39
Hex 74 76 4F 2 0 21 36 3F 14 27
Octal 164 166 117 2 0 41 66 77 24 47
Binary 1110100 1110110 1001111 10 0 100001 110110 111111 10100 100111

Color Harmonies of #74764F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74764F

Black with #74764F

Text Example


Text Example

White with #74764F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74764F; }

 p { color: rgb(116,118,79); }

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

background-color css

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

 a { background-color: rgb(116,118,79); }

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

border-color css

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

 span { border-color: rgb(116,118,79); }

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