Html Css Color HEX #748157 Finch

📋 copy color: '#748157'

red 116 ◦ green 129 ◦ blue 87

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

Shades of Finch #748157

Tints of Finch #748157

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 26.2%

R = 34.94%
G = 38.86%
B = 26.2%

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

#748157 (or 0x748157) is known color: Finch. HEX triplet: 74, 81 and 57. RGB value is (116,129,87). Sum of RGB (Red+Green+Blue) = 116+129+87=332 (43% of max value = 765). Red value is 116 (45.70% from 255 or 34.94% from 332); Green value is 129 (50.78% from 255 or 38.86% from 332); Blue value is 87 (34.38% from 255 or 26.20% from 332); Max value from RGB is 129 - color contains mainly: green. Hex color #748157 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748157 is #8B7EA8. Grayscale: #787878. Windows color (decimal): -9141929 or 5734772. OLE color: 5734772.

HSL color Cylindrical-coordinate representation of color #748157: hue angle of 78.57º degrees, saturation: 0.19, 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 #748157 is Cyan = 0.10, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.49.

Color convert

RGB 116 129 87 -
CMYK 0.10 0 0.33 0.49
HSL 78.57º 0.19% 0.42% -
HSV(B) 78.57º 0.33% 0.51% -
XYZ 16.77 20.1 12.01 -
YUV 120.33 109.19 124.92 -
System Red Green Blue C M Y K H S L
Decimal 116 129 87 0.10 0 0.33 0.49 78.57 0.19 0.42
Hex 74 81 57 A 0 21 31 4F 13 2A
Octal 164 201 127 12 0 41 61 117 23 52
Binary 1110100 10000001 1010111 1010 0 100001 110001 1001111 10011 101010

Color Harmonies of #748157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748157

Black with #748157

Text Example


Text Example

White with #748157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748157; }

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

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

background-color css

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

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

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

border-color css

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

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

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