Html Css Color HEX #75884A Finch

📋 copy color: '#75884A'

red 117 ◦ green 136 ◦ blue 74

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

Shades of Finch #75884A

Tints of Finch #75884A

RGB

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

 GREEN value IS 136 (53.52% from 255) = 41.59%

 BLUE value IS 74 (29.3% from 255) = 22.63%

R = 35.78%
G = 41.59%
B = 22.63%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.46

 K value IS 0.47

RGB Variations

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

Color information

#75884A (or 0x75884A) is known color: Finch. HEX triplet: 75, 88 and 4A. RGB value is (117,136,74). Sum of RGB (Red+Green+Blue) = 117+136+74=327 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.78% from 327); Green value is 136 (53.52% from 255 or 41.59% from 327); Blue value is 74 (29.30% from 255 or 22.63% from 327); Max value from RGB is 136 - color contains mainly: green. Hex color #75884A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75884A is #8A77B5. Grayscale: #7B7B7B. Windows color (decimal): -9074614 or 4884597. OLE color: 4884597.

HSL color Cylindrical-coordinate representation of color #75884A: hue angle of 78.39º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #75884A is Cyan = 0.14, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.47.

Color convert

RGB 117 136 74 -
CMYK 0.14 0 0.46 0.47
HSL 78.39º 0.3% 0.41% -
HSV(B) 78.39º 0.46% 0.53% -
XYZ 17.38 21.88 9.79 -
YUV 123.25 100.21 123.54 -
System Red Green Blue C M Y K H S L
Decimal 117 136 74 0.14 0 0.46 0.47 78.39 0.3 0.41
Hex 75 88 4A E 0 2E 2F 4E 1E 29
Octal 165 210 112 16 0 56 57 116 36 51
Binary 1110101 10001000 1001010 1110 0 101110 101111 1001110 11110 101001

Color Harmonies of #75884A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75884A

Black with #75884A

Text Example


Text Example

White with #75884A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75884A; }

 p { color: rgb(117,136,74); }

 H1.HeaderClassName
 {
   color: #75884A;
 }
 .AnyTagClassName
 {
   color: #75884A;
 }
</style>

background-color css

<style>
 a { background-color: #75884A; }

 a { background-color: rgb(117,136,74); }

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

border-color css

<style>
 span { border-color: #75884A; }

 span { border-color: rgb(117,136,74); }

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