Html Css Color HEX #75774D Finch

📋 copy color: '#75774D'

red 117 ◦ green 119 ◦ blue 77

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

Shades of Finch #75774D

Tints of Finch #75774D

RGB

 RED value IS 117 (46.09% from 255) = 37.38%

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

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

R = 37.38%
G = 38.02%
B = 24.6%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.35

 K value IS 0.53

RGB Variations

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

Color information

#75774D (or 0x75774D) is known color: Finch. HEX triplet: 75, 77 and 4D. RGB value is (117,119,77). Sum of RGB (Red+Green+Blue) = 117+119+77=313 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.38% from 313); Green value is 119 (46.88% from 255 or 38.02% from 313); Blue value is 77 (30.47% from 255 or 24.60% from 313); Max value from RGB is 119 - color contains mainly: green. Hex color #75774D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75774D is #8A88B2. Grayscale: #717171. Windows color (decimal): -9078963 or 5076853. OLE color: 5076853.

HSL color Cylindrical-coordinate representation of color #75774D: hue angle of 62.86º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #75774D is Cyan = 0.02, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.53.

Color convert

RGB 117 119 77 -
CMYK 0.02 0 0.35 0.53
HSL 62.86º 0.21% 0.38% -
HSV(B) 62.86º 0.35% 0.47% -
XYZ 15.27 17.51 9.6 -
YUV 113.61 107.34 130.42 -
System Red Green Blue C M Y K H S L
Decimal 117 119 77 0.02 0 0.35 0.53 62.86 0.21 0.38
Hex 75 77 4D 2 0 23 35 3F 15 26
Octal 165 167 115 2 0 43 65 77 25 46
Binary 1110101 1110111 1001101 10 0 100011 110101 111111 10101 100110

Color Harmonies of #75774D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75774D

Black with #75774D

Text Example


Text Example

White with #75774D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,119,77); }

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

background-color css

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

 a { background-color: rgb(117,119,77); }

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

border-color css

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

 span { border-color: rgb(117,119,77); }

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