Html Css Color HEX #747760 Finch

📋 copy color: '#747760'

red 116 ◦ green 119 ◦ blue 96

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

Shades of Finch #747760

Tints of Finch #747760

RGB

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

 GREEN value IS 119 (46.88% from 255) = 35.95%

 BLUE value IS 96 (37.89% from 255) = 29%

R = 35.05%
G = 35.95%
B = 29%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.19

 K value IS 0.53

RGB Variations

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

Color information

#747760 (or 0x747760) is known color: Finch. HEX triplet: 74, 77 and 60. RGB value is (116,119,96). Sum of RGB (Red+Green+Blue) = 116+119+96=331 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.05% from 331); Green value is 119 (46.88% from 255 or 35.95% from 331); Blue value is 96 (37.89% from 255 or 29.00% from 331); Max value from RGB is 119 - color contains mainly: green. Hex color #747760 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747760 is #8B889F. Grayscale: #737373. Windows color (decimal): -9144480 or 6322036. OLE color: 6322036.

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

Color convert

RGB 116 119 96 -
CMYK 0.03 0 0.19 0.53
HSL 67.83º 0.11% 0.42% -
HSV(B) 67.83º 0.19% 0.47% -
XYZ 15.91 17.75 13.65 -
YUV 115.48 117.01 128.37 -
System Red Green Blue C M Y K H S L
Decimal 116 119 96 0.03 0 0.19 0.53 67.83 0.11 0.42
Hex 74 77 60 3 0 13 35 44 B 2A
Octal 164 167 140 3 0 23 65 104 13 52
Binary 1110100 1110111 1100000 11 0 10011 110101 1000100 1011 101010

Color Harmonies of #747760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747760

Black with #747760

Text Example


Text Example

White with #747760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747760; }

 p { color: rgb(116,119,96); }

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

background-color css

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

 a { background-color: rgb(116,119,96); }

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

border-color css

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

 span { border-color: rgb(116,119,96); }

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