Html Css Color HEX #748156 Finch

📋 copy color: '#748156'

red 116 ◦ green 129 ◦ blue 86

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

Shades of Finch #748156

Tints of Finch #748156

RGB

 RED value IS 116 (45.7% from 255) = 35.05%

 GREEN value IS 129 (50.78% from 255) = 38.97%

 BLUE value IS 86 (33.98% from 255) = 25.98%

R = 35.05%
G = 38.97%
B = 25.98%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.33

 K value IS 0.49

RGB Variations

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

Color information

#748156 (or 0x748156) is known color: Finch. HEX triplet: 74, 81 and 56. RGB value is (116,129,86). Sum of RGB (Red+Green+Blue) = 116+129+86=331 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.05% from 331); Green value is 129 (50.78% from 255 or 38.97% from 331); Blue value is 86 (33.98% from 255 or 25.98% from 331); Max value from RGB is 129 - color contains mainly: green. Hex color #748156 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748156 is #8B7EA9. Grayscale: #787878. Windows color (decimal): -9141930 or 5669236. OLE color: 5669236.

HSL color Cylindrical-coordinate representation of color #748156: hue angle of 78.14º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #748156 is Cyan = 0.10, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.49.

Color convert

RGB 116 129 86 -
CMYK 0.10 0 0.33 0.49
HSL 78.14º 0.2% 0.42% -
HSV(B) 78.14º 0.33% 0.51% -
XYZ 16.73 20.09 11.8 -
YUV 120.21 108.69 125 -
System Red Green Blue C M Y K H S L
Decimal 116 129 86 0.10 0 0.33 0.49 78.14 0.2 0.42
Hex 74 81 56 A 0 21 31 4E 14 2A
Octal 164 201 126 12 0 41 61 116 24 52
Binary 1110100 10000001 1010110 1010 0 100001 110001 1001110 10100 101010

Color Harmonies of #748156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748156

Black with #748156

Text Example


Text Example

White with #748156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748156; }

 p { color: rgb(116,129,86); }

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

background-color css

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

 a { background-color: rgb(116,129,86); }

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

border-color css

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

 span { border-color: rgb(116,129,86); }

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