Html Css Color HEX #75764F Finch

📋 copy color: '#75764F'

red 117 ◦ green 118 ◦ blue 79

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

Shades of Finch #75764F

Tints of Finch #75764F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 25.16%

R = 37.26%
G = 37.58%
B = 25.16%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.33

 K value IS 0.54

RGB Variations

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

Color information

#75764F (or 0x75764F) is known color: Finch. HEX triplet: 75, 76 and 4F. RGB value is (117,118,79). Sum of RGB (Red+Green+Blue) = 117+118+79=314 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.26% from 314); Green value is 118 (46.48% from 255 or 37.58% from 314); Blue value is 79 (31.25% from 255 or 25.16% from 314); Max value from RGB is 118 - color contains mainly: green. Hex color #75764F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75764F is #8A89B0. Grayscale: #717171. Windows color (decimal): -9079217 or 5207669. OLE color: 5207669.

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

Color convert

RGB 117 118 79 -
CMYK 0.01 0 0.33 0.54
HSL 61.54º 0.2% 0.39% -
HSV(B) 61.54º 0.33% 0.46% -
XYZ 15.23 17.3 9.93 -
YUV 113.26 108.67 130.67 -
System Red Green Blue C M Y K H S L
Decimal 117 118 79 0.01 0 0.33 0.54 61.54 0.2 0.39
Hex 75 76 4F 1 0 21 36 3E 14 27
Octal 165 166 117 1 0 41 66 76 24 47
Binary 1110101 1110110 1001111 1 0 100001 110110 111110 10100 100111

Color Harmonies of #75764F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75764F

Black with #75764F

Text Example


Text Example

White with #75764F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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