Html Css Color HEX #74755C Finch

📋 copy color: '#74755C'

red 116 ◦ green 117 ◦ blue 92

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

Shades of Finch #74755C

Tints of Finch #74755C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 36%

 BLUE value IS 92 (36.33% from 255) = 28.31%

R = 35.69%
G = 36%
B = 28.31%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.21

 K value IS 0.54

RGB Variations

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

Color information

#74755C (or 0x74755C) is known color: Finch. HEX triplet: 74, 75 and 5C. RGB value is (116,117,92). Sum of RGB (Red+Green+Blue) = 116+117+92=325 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.69% from 325); Green value is 117 (46.09% from 255 or 36% from 325); Blue value is 92 (36.33% from 255 or 28.31% from 325); Max value from RGB is 117 - color contains mainly: green. Hex color #74755C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74755C is #8B8AA3. Grayscale: #717171. Windows color (decimal): -9144996 or 6059380. OLE color: 6059380.

HSL color Cylindrical-coordinate representation of color #74755C: hue angle of 62.4º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #74755C is Cyan = 0.01, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.54.

Color convert

RGB 116 117 92 -
CMYK 0.01 0 0.21 0.54
HSL 62.4º 0.12% 0.41% -
HSV(B) 62.4º 0.21% 0.46% -
XYZ 15.5 17.21 12.63 -
YUV 113.85 115.67 129.53 -
System Red Green Blue C M Y K H S L
Decimal 116 117 92 0.01 0 0.21 0.54 62.4 0.12 0.41
Hex 74 75 5C 1 0 15 36 3E C 29
Octal 164 165 134 1 0 25 66 76 14 51
Binary 1110100 1110101 1011100 1 0 10101 110110 111110 1100 101001

Color Harmonies of #74755C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74755C

Black with #74755C

Text Example


Text Example

White with #74755C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74755C; }

 p { color: rgb(116,117,92); }

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

background-color css

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

 a { background-color: rgb(116,117,92); }

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

border-color css

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

 span { border-color: rgb(116,117,92); }

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