Html Css Color HEX #74775D Finch

📋 copy color: '#74775D'

red 116 ◦ green 119 ◦ blue 93

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

Shades of Finch #74775D

Tints of Finch #74775D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 28.35%

R = 35.37%
G = 36.28%
B = 28.35%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.22

 K value IS 0.53

RGB Variations

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

Color information

#74775D (or 0x74775D) is known color: Finch. HEX triplet: 74, 77 and 5D. RGB value is (116,119,93). Sum of RGB (Red+Green+Blue) = 116+119+93=328 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.37% from 328); Green value is 119 (46.88% from 255 or 36.28% from 328); Blue value is 93 (36.72% from 255 or 28.35% from 328); Max value from RGB is 119 - color contains mainly: green. Hex color #74775D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74775D is #8B88A2. Grayscale: #737373. Windows color (decimal): -9144483 or 6125428. OLE color: 6125428.

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

Color convert

RGB 116 119 93 -
CMYK 0.03 0 0.22 0.53
HSL 66.92º 0.12% 0.42% -
HSV(B) 66.92º 0.22% 0.47% -
XYZ 15.78 17.7 12.94 -
YUV 115.14 115.51 128.61 -
System Red Green Blue C M Y K H S L
Decimal 116 119 93 0.03 0 0.22 0.53 66.92 0.12 0.42
Hex 74 77 5D 3 0 16 35 43 C 2A
Octal 164 167 135 3 0 26 65 103 14 52
Binary 1110100 1110111 1011101 11 0 10110 110101 1000011 1100 101010

Color Harmonies of #74775D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74775D

Black with #74775D

Text Example


Text Example

White with #74775D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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