Html Css Color HEX #75804F Finch

📋 copy color: '#75804F'

red 117 ◦ green 128 ◦ blue 79

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

Shades of Finch #75804F

Tints of Finch #75804F

RGB

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

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

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

R = 36.11%
G = 39.51%
B = 24.38%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.38

 K value IS 0.50

RGB Variations

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

Color information

#75804F (or 0x75804F) is known color: Finch. HEX triplet: 75, 80 and 4F. RGB value is (117,128,79). Sum of RGB (Red+Green+Blue) = 117+128+79=324 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.11% from 324); Green value is 128 (50.39% from 255 or 39.51% from 324); Blue value is 79 (31.25% from 255 or 24.38% from 324); Max value from RGB is 128 - color contains mainly: green. Hex color #75804F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75804F is #8A7FB0. Grayscale: #777777. Windows color (decimal): -9076657 or 5210229. OLE color: 5210229.

HSL color Cylindrical-coordinate representation of color #75804F: hue angle of 73.47º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #75804F is Cyan = 0.09, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.50.

Color convert

RGB 117 128 79 -
CMYK 0.09 0 0.38 0.50
HSL 73.47º 0.24% 0.41% -
HSV(B) 73.47º 0.38% 0.5% -
XYZ 16.47 19.78 10.35 -
YUV 119.13 105.36 126.48 -
System Red Green Blue C M Y K H S L
Decimal 117 128 79 0.09 0 0.38 0.50 73.47 0.24 0.41
Hex 75 80 4F 9 0 26 32 49 18 29
Octal 165 200 117 11 0 46 62 111 30 51
Binary 1110101 10000000 1001111 1001 0 100110 110010 1001001 11000 101001

Color Harmonies of #75804F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75804F

Black with #75804F

Text Example


Text Example

White with #75804F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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