Html Css Color HEX #738056 Finch

📋 copy color: '#738056'

red 115 ◦ green 128 ◦ blue 86

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

Shades of Finch #738056

Tints of Finch #738056

RGB

 RED value IS 115 (45.31% from 255) = 34.95%

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

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

R = 34.95%
G = 38.91%
B = 26.14%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.33

 K value IS 0.50

RGB Variations

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

Color information

#738056 (or 0x738056) is known color: Finch. HEX triplet: 73, 80 and 56. RGB value is (115,128,86). Sum of RGB (Red+Green+Blue) = 115+128+86=329 (43% of max value = 765). Red value is 115 (45.31% from 255 or 34.95% from 329); Green value is 128 (50.39% from 255 or 38.91% from 329); Blue value is 86 (33.98% from 255 or 26.14% from 329); Max value from RGB is 128 - color contains mainly: green. Hex color #738056 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #738056 is #8C7FA9. Grayscale: #777777. Windows color (decimal): -9207722 or 5668979. OLE color: 5668979.

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

Color convert

RGB 115 128 86 -
CMYK 0.10 0 0.33 0.50
HSL 78.57º 0.2% 0.42% -
HSV(B) 78.57º 0.33% 0.5% -
XYZ 16.47 19.76 11.75 -
YUV 119.33 109.19 124.92 -
System Red Green Blue C M Y K H S L
Decimal 115 128 86 0.10 0 0.33 0.50 78.57 0.2 0.42
Hex 73 80 56 A 0 21 32 4F 14 2A
Octal 163 200 126 12 0 41 62 117 24 52
Binary 1110011 10000000 1010110 1010 0 100001 110010 1001111 10100 101010

Color Harmonies of #738056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738056

Black with #738056

Text Example


Text Example

White with #738056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #738056; }

 p { color: rgb(115,128,86); }

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

background-color css

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

 a { background-color: rgb(115,128,86); }

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

border-color css

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

 span { border-color: rgb(115,128,86); }

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