Html Css Color HEX #75805E Finch

📋 copy color: '#75805E'

red 117 ◦ green 128 ◦ blue 94

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

Shades of Finch #75805E

Tints of Finch #75805E

RGB

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

 GREEN value IS 128 (50.39% from 255) = 37.76%

 BLUE value IS 94 (37.11% from 255) = 27.73%

R = 34.51%
G = 37.76%
B = 27.73%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.27

 K value IS 0.50

RGB Variations

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

Color information

#75805E (or 0x75805E) is known color: Finch. HEX triplet: 75, 80 and 5E. RGB value is (117,128,94). Sum of RGB (Red+Green+Blue) = 117+128+94=339 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.51% from 339); Green value is 128 (50.39% from 255 or 37.76% from 339); Blue value is 94 (37.11% from 255 or 27.73% from 339); Max value from RGB is 128 - color contains mainly: green. Hex color #75805E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75805E is #8A7FA1. Grayscale: #787878. Windows color (decimal): -9076642 or 6193269. OLE color: 6193269.

HSL color Cylindrical-coordinate representation of color #75805E: hue angle of 79.41º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #75805E is Cyan = 0.09, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.50.

Color convert

RGB 117 128 94 -
CMYK 0.09 0 0.27 0.50
HSL 79.41º 0.15% 0.44% -
HSV(B) 79.41º 0.27% 0.5% -
XYZ 17.08 20.03 13.56 -
YUV 120.84 112.86 125.26 -
System Red Green Blue C M Y K H S L
Decimal 117 128 94 0.09 0 0.27 0.50 79.41 0.15 0.44
Hex 75 80 5E 9 0 1B 32 4F F 2C
Octal 165 200 136 11 0 33 62 117 17 54
Binary 1110101 10000000 1011110 1001 0 11011 110010 1001111 1111 101100

Color Harmonies of #75805E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75805E

Black with #75805E

Text Example


Text Example

White with #75805E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75805E; }

 p { color: rgb(117,128,94); }

 H1.HeaderClassName
 {
   color: #75805E;
 }
 .AnyTagClassName
 {
   color: #75805E;
 }
</style>

background-color css

<style>
 a { background-color: #75805E; }

 a { background-color: rgb(117,128,94); }

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

border-color css

<style>
 span { border-color: #75805E; }

 span { border-color: rgb(117,128,94); }

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