Html Css Color HEX #75764D Finch

📋 copy color: '#75764D'

red 117 ◦ green 118 ◦ blue 77

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

Shades of Finch #75764D

Tints of Finch #75764D

RGB

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

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

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

R = 37.5%
G = 37.82%
B = 24.68%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.35

 K value IS 0.54

RGB Variations

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

Color information

#75764D (or 0x75764D) is known color: Finch. HEX triplet: 75, 76 and 4D. RGB value is (117,118,77). Sum of RGB (Red+Green+Blue) = 117+118+77=312 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.5% from 312); Green value is 118 (46.48% from 255 or 37.82% from 312); Blue value is 77 (30.47% from 255 or 24.68% from 312); Max value from RGB is 118 - color contains mainly: green. Hex color #75764D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75764D is #8A89B2. Grayscale: #717171. Windows color (decimal): -9079219 or 5076597. OLE color: 5076597.

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

Color convert

RGB 117 118 77 -
CMYK 0.01 0 0.35 0.54
HSL 61.46º 0.21% 0.38% -
HSV(B) 61.46º 0.35% 0.46% -
XYZ 15.15 17.27 9.56 -
YUV 113.03 107.67 130.83 -
System Red Green Blue C M Y K H S L
Decimal 117 118 77 0.01 0 0.35 0.54 61.46 0.21 0.38
Hex 75 76 4D 1 0 23 36 3D 15 26
Octal 165 166 115 1 0 43 66 75 25 46
Binary 1110101 1110110 1001101 1 0 100011 110110 111101 10101 100110

Color Harmonies of #75764D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75764D

Black with #75764D

Text Example


Text Example

White with #75764D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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